public class WebLauncherConfig extends Object
Constructor and Description |
---|
WebLauncherConfig(Properties props) |
Modifier and Type | Method and Description |
---|---|
String |
getHostAddress()
` `* @since 10.1
|
String |
getLoggerName() |
String |
getName() |
int |
getPort() |
String |
getSslKeyManagerPassword() |
String |
getSslKeyStorePassword() |
String |
getSslKeyStorePath() |
String |
getSslTrustStorePassword() |
String |
getSslTrustStorePath() |
String |
getTempDirPath() |
String |
getWarFilePath() |
boolean |
isSslEnabled() |
void |
setWarFilePath(String warFilePath) |
public WebLauncherConfig(Properties props) throws IOException
IOException
public int getPort()
public String getTempDirPath()
public String getWarFilePath()
public void setWarFilePath(String warFilePath)
public String getHostAddress()
public String getSslKeyStorePath()
public String getSslKeyStorePassword()
public String getSslKeyManagerPassword()
public String getSslTrustStorePassword()
public String getSslTrustStorePath()
public boolean isSslEnabled()
public String getName()
public String getLoggerName()
Copyright © GigaSpaces.