public abstract class AbstractGwtTask extends AbstractGwtActionTask
Constructor and Description |
---|
AbstractGwtTask(java.lang.String main) |
Modifier and Type | Method and Description |
---|---|
protected void |
addArgs()
Called directly before executing this task.
|
java.io.File |
getCacheDir() |
java.io.File |
getDeploy() |
java.io.File |
getExtra() |
java.io.File |
getGen() |
java.io.File |
getWar() |
java.io.File |
getWorkDir() |
void |
setCacheDir(java.io.File cacheDir)
Sets the directory where to put the persistent unit cache.
|
void |
setDeploy(java.io.File deploy)
Sets the "-deploy" option.
|
void |
setExtra(java.io.File extra)
Sets the "-extra" option.
|
void |
setGen(java.io.File gen)
Sets the "-gen" option.
|
void |
setWar(java.io.File war)
Sets the "-war" option.
|
void |
setWorkDir(java.io.File workDir)
Sets the "-workDir" option.
|
argIfEnabled, argIfSet, argOnOff, args, dirArgIfSet, exec, getClasspath, getExtraJvmArgs, getGwtVersion, getIncremental, getJsInteropExports, getJsInteropMode, getLogLevel, getMaxHeapSize, getMethodNameDisplayMode, getMinHeapSize, getModules, getSourceLevel, getSrc, isDebug, isDevTask, 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
protected void addArgs()
AbstractGwtActionTask
addArgs
in class AbstractGwtActionTask
@OutputDirectory public java.io.File getWar()
public void setWar(java.io.File war)
war
- The "-war" option specified.@Optional @OutputDirectory public java.io.File getDeploy()
public void setDeploy(java.io.File deploy)
deploy
- The "-deploy" option specified.@Optional @OutputDirectory public java.io.File getExtra()
public void setExtra(java.io.File extra)
extra
- The "-extra" option specified.@Internal public java.io.File getWorkDir()
public void setWorkDir(java.io.File workDir)
workDir
- The "-workDir" option specified.@Optional @OutputDirectory public java.io.File getGen()
public void setGen(java.io.File gen)
gen
- The "-gen" option specified.@Internal public java.io.File getCacheDir()
public void setCacheDir(java.io.File cacheDir)
cacheDir
- The cache dir specified.