Class DebugSwitchesTO

java.lang.Object
de.hsh.graja.extendproforma.DebugSwitchesTO

public class DebugSwitchesTO extends Object
  • Constructor Details

    • DebugSwitchesTO

      public DebugSwitchesTO()
    • DebugSwitchesTO

      public DebugSwitchesTO(Boolean keepStarterWorkspace, Boolean keepBackendWorkspace, String javaSecurityDebug, String agentlibJdwp, Integer overrideMaxRuntimeSecondsWallclockTime)
    • DebugSwitchesTO

      public DebugSwitchesTO(DebugSwitchesTO other)
  • Method Details

    • getKeepStarterWorkspace

      public Boolean getKeepStarterWorkspace()
    • setKeepStarterWorkspace

      public void setKeepStarterWorkspace(Boolean keepStarterWorkspace)
    • getKeepBackendWorkspace

      public Boolean getKeepBackendWorkspace()
    • setKeepBackendWorkspace

      public void setKeepBackendWorkspace(Boolean keepBackendWorkspace)
    • getJavaSecurityDebug

      public String getJavaSecurityDebug()
    • setJavaSecurityDebug

      public void setJavaSecurityDebug(String javaSecurityDebug)
    • getAgentlibJdwp

      public String getAgentlibJdwp()
    • setAgentlibJdwp

      public void setAgentlibJdwp(String agentlibJdwp)
    • getOverrideMaxRuntimeSecondsWallclockTime

      public Integer getOverrideMaxRuntimeSecondsWallclockTime()
    • setOverrideMaxRuntimeSecondsWallclockTime

      public void setOverrideMaxRuntimeSecondsWallclockTime(Integer overrideMaxRuntimeSecondsWallclockTime)