Klasse JavaOption

java.lang.Object
de.esoco.gwt.gradle.extension.JavaOption
Bekannte direkte Unterklassen:
CompilerOption, DevOption, JettyOption

public class JavaOption extends Object
  • Konstruktordetails

    • JavaOption

      public JavaOption()
  • Methodendetails

    • getDebugPort

      public int getDebugPort()
    • getExecutable

      public Object getExecutable()
    • getJavaArgs

      public List<String> getJavaArgs()
    • getMaxHeapSize

      public String getMaxHeapSize()
    • getMaxPermSize

      public String getMaxPermSize()
    • getMinHeapSize

      public String getMinHeapSize()
    • isDebugJava

      public boolean isDebugJava()
    • isDebugSuspend

      public boolean isDebugSuspend()
    • isEnvClasspath

      public boolean isEnvClasspath()
    • setDebugJava

      public void setDebugJava(boolean debugJava)
    • setDebugPort

      public void setDebugPort(int debugPort)
    • setDebugPort

      public void setDebugPort(String debugPort)
    • setDebugSuspend

      public void setDebugSuspend(boolean debugSuspend)
    • setDebugSuspend

      public void setDebugSuspend(String debugSuspend)
    • setEnvClasspath

      public void setEnvClasspath(boolean envClasspath)
    • setExecutable

      public void setExecutable(Object executable)
    • setJavaArgs

      public void setJavaArgs(String... javaArgs)
    • setMaxHeapSize

      public void setMaxHeapSize(String maxHeapSize)
    • setMaxPermSize

      public void setMaxPermSize(String maxPermSize)
    • setMinHeapSize

      public void setMinHeapSize(String minHeapSize)