@CacheableTask public class GwtCompile extends AbstractGwtCompile
Constructor and Description |
---|
GwtCompile() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(GwtCompileOptions options) |
java.io.File |
getWar() |
protected boolean |
isDevTask()
If true the task instance is treated as being a development related
task.
|
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
getCacheDir, getDeploy, getExtra, getGen, getWorkDir, setCacheDir, setDeploy, setExtra, setGen, setWar, setWorkDir
argIfEnabled, argIfSet, argOnOff, args, dirArgIfSet, exec, getClasspath, getExtraJvmArgs, getGwtVersion, getIncremental, getJsInteropExports, getJsInteropMode, getLogLevel, getMaxHeapSize, getMethodNameDisplayMode, getMinHeapSize, getModules, getSourceLevel, getSrc, isDebug, jvmArgs, prependSrcToClasspath, setClasspath, setDebug, setExtraJvmArgs, setGwtVersion, setIncremental, setJsInteropExports, setJsInteropMode, setLogLevel, setMaxHeapSize, setMethodNameDisplayMode, setMinHeapSize, setModules, setSourceLevel, setSrc
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
appendParallelSafeAction, getAsDynamicObject, getConvention, getIdentityPath, getImpliesSubProjects, getOnlyIf, getRequiredServices, getServices, getSharedResources, getStandardOutputCapture, getTaskActions, getTaskIdentity, getTemporaryDirFactory, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, prependParallelSafeAction, setImpliesSubProjects
@OutputDirectory public java.io.File getWar()
getWar
in class AbstractGwtTask
protected boolean isDevTask()
isDevTask
in class AbstractGwtActionTask
protected void configure(GwtCompileOptions options)
configure
in class AbstractGwtCompile