Class GwtExtension
java.lang.Object
de.esoco.gwt.gradle.extension.GwtExtension
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompile(org.gradle.api.Action<CompilerOption> action) getDev()getJetty()booleanbooleanbooleanjetty(org.gradle.api.Action<JettyOption> action) voidvoidsetCompile(CompilerOption compile) voidvoidsetGwtElementalLib(boolean gwtElementalLib) voidsetGwtPluginEclipse(boolean gwtPluginEclipse) voidsetGwtServletLib(boolean gwtServletLib) voidsetGwtVersion(String gwtVersion) voidsetJetty(JettyOption jetty) voidsetJettyVersion(String jettyVersion) voidsetSourceLevel(String sourceLevel)
-
Field Details
-
NAME
- See Also:
-
DIRECTORY
- See Also:
-
-
Constructor Details
-
GwtExtension
public GwtExtension()
-
-
Method Details
-
getGwtVersion
-
setGwtVersion
-
getJettyVersion
-
setJettyVersion
-
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
-
setDev
-
dev
-
getCompile
-
setCompile
-
compile
-
getJetty
-
setJetty
-
jetty
-
getSourceLevel
-
setSourceLevel
-
getModule
-
module
-