Class GwtPluginExtension

java.lang.Object
org.docstr.gradle.plugins.gwt.GwtPluginExtension

public class GwtPluginExtension extends Object
  • Constructor Details

    • GwtPluginExtension

      public GwtPluginExtension()
  • Method Details

    • getModules

      public List<String> getModules()
    • setModules

      public void setModules(List<String> modules)
    • modules

      public void modules(String... modules)
    • getGwtVersion

      @Optional public String getGwtVersion()
    • setGwtVersion

      public void setGwtVersion(String gwtVersion)
    • isCodeserver

      public boolean isCodeserver()
    • setCodeserver

      public void setCodeserver(boolean codeserver)
    • isElemental

      public boolean isElemental()
    • setElemental

      public void setElemental(boolean elemental)
    • getDevModules

      public List<String> getDevModules()
    • setDevModules

      public void setDevModules(List<String> devModules)
    • devModules

      public void devModules(String... modules)
    • getDevWar

      public File getDevWar()
    • setDevWar

      public void setDevWar(File devWar)
    • getExtraDir

      public File getExtraDir()
    • setExtraDir

      public void setExtraDir(File extraDir)
    • getWorkDir

      public File getWorkDir()
    • setWorkDir

      public void setWorkDir(File workDir)
    • getGenDir

      public File getGenDir()
    • setGenDir

      public void setGenDir(File genDir)
    • getCacheDir

      public File getCacheDir()
    • setCacheDir

      public void setCacheDir(File cacheDir)
    • getLogLevel

      public LogLevel getLogLevel()
    • setLogLevel

      public void setLogLevel(LogLevel logLevel)
    • getMinHeapSize

      public String getMinHeapSize()
    • setMinHeapSize

      public void setMinHeapSize(String minHeapSize)
    • getMaxHeapSize

      public String getMaxHeapSize()
    • setMaxHeapSize

      public void setMaxHeapSize(String maxHeapSize)
    • getExtraJvmArgs

      public List<String> getExtraJvmArgs()
    • setExtraJvmArgs

      public void setExtraJvmArgs(List<String> extraJvmArgs)
    • getJsInteropExports

      public GwtJsInteropExportsOptions getJsInteropExports()
    • jsInteropExports

      public GwtPluginExtension jsInteropExports(groovy.lang.Closure<GwtJsInteropExportsOptions> c)
    • getDev

      public GwtDevOptions getDev()
    • dev

      public GwtPluginExtension dev(groovy.lang.Closure<GwtDevOptions> c)
    • getSuperDev

      public GwtSuperDevOptions getSuperDev()
    • superDev

      public GwtPluginExtension superDev(groovy.lang.Closure<GwtSuperDevOptions> c)
    • getCompiler

      public GwtCompileOptions getCompiler()
    • compiler

      public GwtPluginExtension compiler(groovy.lang.Closure<GwtCompileOptions> c)
    • getTest

      public GwtTestOptions getTest()
    • test

      public GwtPluginExtension test(groovy.lang.Closure<GwtTestOptions> c)
    • getSrc

      public org.gradle.api.file.FileCollection getSrc()
    • setSrc

      public void setSrc(org.gradle.api.file.FileCollection src)
    • getSourceLevel

      public String getSourceLevel()
    • setSourceLevel

      public void setSourceLevel(String sourceLevel)
    • getIncremental

      public Boolean getIncremental()
    • setIncremental

      public void setIncremental(Boolean incremental)
    • getJsInteropMode

      public JsInteropMode getJsInteropMode()
    • setJsInteropMode

      public void setJsInteropMode(JsInteropMode jsInteropMode)
    • getModulePathPrefix

      public String getModulePathPrefix()
    • setModulePathPrefix

      public void setModulePathPrefix(String modulePathPrefix)
    • getMethodNameDisplayMode

      public MethodNameDisplayMode getMethodNameDisplayMode()
    • setMethodNameDisplayMode

      public void setMethodNameDisplayMode(MethodNameDisplayMode methodNameDisplayMode)
      If set, this causes the "-XmethodNameDisplayMode" (added in GWT 2.7/2.8) parameter to be added.
      Parameters:
      methodNameDisplayMode - The method name display mode.