Class WebLauncherConfig

java.lang.Object
org.openspaces.launcher.WebLauncherConfig

public class WebLauncherConfig extends Object
Since:
10.0.0
Author:
Niv Ingberg
  • Constructor Details

  • Method Details

    • getPort

      public int getPort()
    • getTempDirPath

      public String getTempDirPath()
    • getWarFilePath

      public String getWarFilePath()
    • setWarFilePath

      public void setWarFilePath(String warFilePath)
    • getHostAddress

      public String getHostAddress()
      ` `* @since 10.1
    • getSslKeyStorePath

      public String getSslKeyStorePath()
      Since:
      12.1
    • getSslKeyStorePassword

      public String getSslKeyStorePassword()
      Since:
      12.1
    • getSslKeyManagerPassword

      public String getSslKeyManagerPassword()
      Since:
      12.1
    • getSslTrustStorePassword

      public String getSslTrustStorePassword()
      Since:
      12.1
    • getSslTrustStorePath

      public String getSslTrustStorePath()
      Since:
      12.1
    • isSslEnabled

      public boolean isSslEnabled()
      Since:
      12.1
    • getName

      public String getName()
    • getLoggerName

      public String getLoggerName()