Package com.netscape.cmscore.apps
Class ServerXml
- java.lang.Object
-
- com.netscape.cmscore.apps.ServerXml
-
public class ServerXml extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static org.slf4j.Loggerlogger
-
Constructor Summary
Constructors Constructor Description ServerXml()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetSecurePort()java.lang.StringgetUnsecurePort()static ServerXmlload(java.lang.String filename)voidsetSecurePort(java.lang.String securePort)voidsetUnsecurePort(java.lang.String unsecurePort)
-
-
-
Method Detail
-
load
public static ServerXml load(java.lang.String filename) throws java.lang.Exception
- Throws:
java.lang.Exception
-
getUnsecurePort
public java.lang.String getUnsecurePort()
-
setUnsecurePort
public void setUnsecurePort(java.lang.String unsecurePort)
-
getSecurePort
public java.lang.String getSecurePort()
-
setSecurePort
public void setSecurePort(java.lang.String securePort)
-
-