public abstract class AbstractGwtTask extends AbstractGwtActionTask
Task.Namer
TASK_ACTION, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPE
Constructor and Description |
---|
AbstractGwtTask(String main) |
Modifier and Type | Method and Description |
---|---|
protected void |
addArgs()
Called directly before executing this task.
|
File |
getCacheDir() |
File |
getDeploy() |
File |
getExtra() |
File |
getGen() |
File |
getWar() |
File |
getWorkDir() |
void |
setCacheDir(File cacheDir)
Sets the directory where to put the persistent unit cache.
|
void |
setDeploy(File deploy)
Sets the "-deploy" option.
|
void |
setExtra(File extra)
Sets the "-extra" option.
|
void |
setGen(File gen)
Sets the "-gen" option.
|
void |
setWar(File war)
Sets the "-war" option.
|
void |
setWorkDir(File workDir)
Sets the "-workDir" option.
|
argIfEnabled, argIfSet, argOnOff, args, dirArgIfSet, exec, getClasspath, getIncremental, getJsInteropMode, getLogLevel, getMaxHeapSize, getMinHeapSize, getModules, getSourceLevel, getSrc, isDebug, isDevTask, jvmArgs, prependSrcToClasspath, setClasspath, setDebug, setIncremental, setJsInteropMode, setLogLevel, setMaxHeapSize, setMinHeapSize, setModules, setSourceLevel, 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, 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
public AbstractGwtTask(String main)
protected void addArgs()
AbstractGwtActionTask
addArgs
in class AbstractGwtActionTask
public File getWar()
public void setWar(File war)
war
- public File getDeploy()
public void setDeploy(File deploy)
deploy
- public File getExtra()
public void setExtra(File extra)
extra
- public File getWorkDir()
public void setWorkDir(File workDir)
workDir
- public File getGen()
public void setGen(File gen)
gen
- public File getCacheDir()
public void setCacheDir(File cacheDir)
cacheDir
-