Package org.docstr.gradle.plugins.gwt
Class GwtCompile
- java.lang.Object
-
- org.gradle.api.internal.AbstractTask
-
- org.gradle.api.DefaultTask
-
- org.docstr.gradle.plugins.gwt.AbstractGwtActionTask
-
- org.docstr.gradle.plugins.gwt.AbstractGwtTask
-
- org.docstr.gradle.plugins.gwt.AbstractGwtCompile
-
- org.docstr.gradle.plugins.gwt.GwtCompile
-
- All Implemented Interfaces:
java.lang.Comparable<org.gradle.api.Task>,GwtCompileOptions,org.gradle.api.internal.DynamicObjectAware,org.gradle.api.internal.TaskInternal,org.gradle.api.plugins.ExtensionAware,org.gradle.api.Task,org.gradle.util.Configurable<org.gradle.api.Task>
@CacheableTask public class GwtCompile extends AbstractGwtCompile
Task to run the GWT compiler for production quality output.
-
-
Constructor Summary
Constructors Constructor Description GwtCompile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidconfigure(GwtCompileOptions options)java.io.FilegetWar()protected booleanisDevTask()If true the task instance is treated as being a development related task.-
Methods inherited from class org.docstr.gradle.plugins.gwt.AbstractGwtCompile
addArgs, getClosureFormattedOutput, getCompileReport, getCompilerMetrics, getDisableAggressiveOptimization, getDisableCastChecking, getDisableClassMetadata, getDisableGeneratingOnShards, getDisableRunAsync, getDisableSoycHtml, getDraftCompile, getEa, getEnforceStrictResources, getFragmentCount, getIncrementalCompileWarnings, getLocalWorkers, getMissingDepsFile, getNamespace, getOptimize, getOverlappingSourceWarnings, getSaveSource, getSaveSourceOutput, getSoycDetailed, getStrict, getStyle, getValidateOnly, setClosureFormattedOutput, setCompileReport, setCompilerMetrics, setDisableAggressiveOptimization, setDisableCastChecking, setDisableClassMetadata, setDisableGeneratingOnShards, setDisableRunAsync, setDisableSoycHtml, setDraftCompile, setEa, setEnforceStrictResources, setFragmentCount, setIncrementalCompileWarnings, setLocalWorkers, setMissingDepsFile, setNamespace, setOptimize, setOverlappingSourceWarnings, setSaveSource, setSaveSourceOutput, setSoycDetailed, setStrict, setStyle, setValidateOnly
-
Methods inherited from class org.docstr.gradle.plugins.gwt.AbstractGwtTask
getCacheDir, getDeploy, getExtra, getGen, getWorkDir, setCacheDir, setDeploy, setExtra, setGen, setWar, setWorkDir
-
Methods inherited from class org.docstr.gradle.plugins.gwt.AbstractGwtActionTask
argIfEnabled, argIfSet, argOnOff, args, dirArgIfSet, exec, getClasspath, getExtraJvmArgs, getGwtVersion, getIncremental, getJsInteropExports, getJsInteropMode, getLogLevel, getMaxHeapSize, getMethodNameDisplayMode, getMinHeapSize, getModules, getSourceLevel, getSrc, isDebug, isUseToolchain, jvmArgs, prependSrcToClasspath, setClasspath, setDebug, setExtraJvmArgs, setGwtVersion, setIncremental, setJsInteropExports, setJsInteropMode, setLogLevel, setMaxHeapSize, setMethodNameDisplayMode, setMinHeapSize, setModules, setSourceLevel, setSrc, setUseToolchain
-
Methods inherited from class org.gradle.api.DefaultTask
compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOutputs, getPath, getProject, getShouldRunAfter, getState, getTaskDependencies, getTemporaryDir, getTimeout, hasProperty, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, usesService
-
Methods inherited from class org.gradle.api.internal.AbstractTask
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects
-
-
-
-
Method Detail
-
getWar
@OutputDirectory public java.io.File getWar()
- Overrides:
getWarin classAbstractGwtTask
-
isDevTask
protected boolean isDevTask()
If true the task instance is treated as being a development related task. Development related tasks will have the devModules set by default.- Overrides:
isDevTaskin classAbstractGwtActionTask- Returns:
- true if the task is development related, false otherwise.
-
configure
protected void configure(GwtCompileOptions options)
- Overrides:
configurein classAbstractGwtCompile
-
-