public class GwtCompile extends AbstractGwtCompile
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
GwtCompile() |
Modifier and Type | Method and Description |
---|---|
protected void |
configure(GwtCompileOptions options) |
protected boolean |
isDevTask()
If true the task instance is treated as being a development related task.
|
addArgs, getCompileReport, getCompilerMetrics, getDisableAggressiveOptimization, getDisableCastChecking, getDisableClassMetadata, getDisableGeneratingOnShards, getDisableRunAsync, getDisableSoycHtml, getDraftCompile, getEa, getEnableClosureCompiler, getFragmentCount, getLocalWorkers, getOptimize, getSoycDetailed, getStrict, getStyle, getValidateOnly, getWar, setCompileReport, setCompilerMetrics, setDisableAggressiveOptimization, setDisableCastChecking, setDisableClassMetadata, setDisableGeneratingOnShards, setDisableRunAsync, setDisableSoycHtml, setDraftCompile, setEa, setEnableClosureCompiler, setFragmentCount, setLocalWorkers, setOptimize, setSoycDetailed, setStrict, setStyle, setValidateOnly
getCacheDir, getDeploy, getExtra, getGen, getLogLevel, getWorkDir, setCacheDir, setDeploy, setExtra, setGen, setLogLevel, setWar, setWorkDir
argIfEnabled, argIfSet, args, dirArgIfSet, exec, getClasspath, getMaxHeapSize, getMinHeapSize, getModules, getSrc, isDebug, jvmArgs, prependSrcToClasspath, setClasspath, setDebug, setMaxHeapSize, setMinHeapSize, setModules, setSrc
addValidator, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, executeWithoutThrowingTaskFailure, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getStateInternal, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, leftShift, mustRunAfter, onlyIf, onlyIf, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toString
protected boolean isDevTask()
isDevTask
in class AbstractGwtActionTask
protected void configure(GwtCompileOptions options)
configure
in class AbstractGwtCompile