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() |
Modifier and Type | Method and Description |
---|---|
protected void |
addArgs()
Called directly before executing this task.
|
File |
getCacheDir() |
File |
getDeploy() |
File |
getExtra() |
File |
getGen() |
LogLevel |
getLogLevel() |
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 |
setLogLevel(LogLevel logLevel) |
void |
setWar(File war)
Sets the "-war" option.
|
void |
setWorkDir(File workDir)
Sets the "-workDir" option.
|
argIfEnabled, argIfSet, dirArgIfSet, exec, getModules, getSrc, isDevTask, prependSrcToClasspath, setModules, setSrc
args, args, bootstrapClasspath, classpath, copyTo, copyTo, environment, environment, executable, getAllJvmArgs, getArgs, getBootstrapClasspath, getClasspath, getCommandLine, getDebug, getDefaultCharacterEncoding, getEnableAssertions, getEnvironment, getErrorOutput, getExecutable, getJvmArgs, getMain, getMaxHeapSize, getMinHeapSize, getStandardInput, getStandardOutput, getSystemProperties, getWorkingDir, isIgnoreExitValue, jvmArgs, jvmArgs, setAllJvmArgs, setArgs, setBootstrapClasspath, setClasspath, setDebug, setDefaultCharacterEncoding, setEnableAssertions, setEnvironment, setErrorOutput, setExecutable, setIgnoreExitValue, setJvmArgs, setMain, setMaxHeapSize, setMinHeapSize, setStandardInput, setStandardOutput, setSystemProperties, setWorkingDir, systemProperties, systemProperty, workingDir
conventionMapping, conventionMapping, getConventionMapping
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 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
- public LogLevel getLogLevel()
public void setLogLevel(LogLevel logLevel)