Klasse GwtExtension

java.lang.Object
de.esoco.gwt.gradle.extension.GwtExtension

public class GwtExtension extends Object
  • Felddetails

  • Konstruktordetails

    • GwtExtension

      public GwtExtension()
  • Methodendetails

    • getGwtVersion

      public String getGwtVersion()
    • setGwtVersion

      public void setGwtVersion(String gwtVersion)
    • getJettyVersion

      public String getJettyVersion()
    • setJettyVersion

      public void setJettyVersion(String jettyVersion)
    • isGwtServletLib

      public boolean isGwtServletLib()
    • setGwtServletLib

      public void setGwtServletLib(boolean gwtServletLib)
    • isGwtElementalLib

      public boolean isGwtElementalLib()
    • setGwtElementalLib

      public void setGwtElementalLib(boolean gwtElementalLib)
    • isGwtPluginEclipse

      public boolean isGwtPluginEclipse()
    • setGwtPluginEclipse

      public void setGwtPluginEclipse(boolean gwtPluginEclipse)
    • getDev

      public DevOption getDev()
    • setDev

      public void setDev(DevOption dev)
    • dev

      public GwtExtension dev(org.gradle.api.Action<DevOption> action)
    • getCompile

      public CompilerOption getCompile()
    • setCompile

      public void setCompile(CompilerOption compile)
    • compile

      public GwtExtension compile(org.gradle.api.Action<CompilerOption> action)
    • getJetty

      public JettyOption getJetty()
    • setJetty

      public void setJetty(JettyOption jetty)
    • jetty

      public GwtExtension jetty(org.gradle.api.Action<JettyOption> action)
    • getSourceLevel

      public String getSourceLevel()
    • setSourceLevel

      public void setSourceLevel(String sourceLevel)
    • getModule

      public List<String> getModule()
    • module

      public void module(String... modules)