Class WrapperConfig

java.lang.Object
org.jumpmind.symmetric.wrapper.WrapperConfig

public class WrapperConfig extends Object
  • Field Details

  • Constructor Details

  • Method Details

    • getWrapperJarPath

      public String getWrapperJarPath()
    • getConfigFile

      public String getConfigFile()
    • getWorkingDirectory

      public File getWorkingDirectory()
    • getLogFile

      public String getLogFile()
    • getWrapperPidFile

      public String getWrapperPidFile()
    • getServerPidFile

      public String getServerPidFile()
    • getLogFileMaxSize

      public long getLogFileMaxSize()
    • getLogFileMaxFiles

      public int getLogFileMaxFiles()
    • getLogFileLogLevel

      public String getLogFileLogLevel()
    • getName

      public String getName()
    • getDisplayName

      public String getDisplayName()
    • getDescription

      public String getDescription()
    • isAutoStart

      public boolean isAutoStart()
    • isDelayStart

      public boolean isDelayStart()
    • getFailureActionCommand

      public String getFailureActionCommand()
    • getFailureResetPeriod

      public int getFailureResetPeriod()
    • getFailureActions

      public List<WrapperConfig.FailureAction> getFailureActions()
    • getDependencies

      public List<String> getDependencies()
    • getJavaCommand

      public String getJavaCommand()
    • getServiceCommand

      public String getServiceCommand()
    • getOptions

      public List<String> getOptions()
    • getRunAsUser

      public String getRunAsUser()
    • getRunAsPassword

      public String getRunAsPassword()
    • getApplicationParameters

      public List<String> getApplicationParameters()
    • getApplicationOutputStart

      public String getApplicationOutputStart()
    • getApplicationOutputRestart

      public String getApplicationOutputRestart()
    • getMaxMemory

      public String getMaxMemory()
    • getCommand

      public ArrayList<String> getCommand(boolean isConsole)
    • getClassPath

      public String getClassPath()