public class CompileJSPTask
extends org.gradle.api.tasks.JavaExec
| Constructor and Description |
|---|
CompileJSPTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
exec() |
protected java.util.List<java.lang.String> |
getCompleteArgs() |
java.io.File |
getDestinationDir() |
org.gradle.api.file.FileCollection |
getJspCClasspath() |
org.gradle.api.file.FileCollection |
getJSPFiles() |
java.io.File |
getWebAppDir() |
void |
setDestinationDir(java.lang.Object destinationDir) |
void |
setJspCClasspath(org.gradle.api.file.FileCollection jspCClasspath) |
org.gradle.api.tasks.JavaExec |
setStandardOutput(java.io.OutputStream outputStream) |
void |
setWebAppDir(java.lang.Object webAppDir) |
args, args, bootstrapClasspath, classpath, copyTo, copyTo, environment, environment, executable, getAllJvmArgs, getArgs, getBootstrapClasspath, getClasspath, getCommandLine, getDebug, getDefaultCharacterEncoding, getEnableAssertions, getEnvironment, getErrorOutput, getExecutable, getFileResolver, 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, setSystemProperties, setWorkingDir, systemProperties, systemProperty, workingDirconventionMapping, conventionMapping, getConventionMappingaddValidator, appendParallelSafeAction, compareTo, configure, deleteAllActions, dependsOn, dependsOnTaskDidWork, doFirst, doFirst, doLast, doLast, execute, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDidWork, getEnabled, getExecuter, getExtensions, getFinalizedBy, getGroup, getImpliesSubProjects, getInputs, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTemporaryDir, getTemporaryDirFactory, getValidators, hasProperty, injectIntoNewInstance, isEnabled, isHasCustomActions, leftShift, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setExecuter, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setName, setOnlyIf, setOnlyIf, setProject, setProperty, setShouldRunAfter, shouldRunAfter, toStringpublic void exec()
exec in class org.gradle.api.tasks.JavaExec@OutputDirectory public java.io.File getDestinationDir()
@InputFiles public org.gradle.api.file.FileCollection getJspCClasspath()
@InputFiles @SkipWhenEmpty public org.gradle.api.file.FileCollection getJSPFiles()
public java.io.File getWebAppDir()
public void setDestinationDir(java.lang.Object destinationDir)
public void setJspCClasspath(org.gradle.api.file.FileCollection jspCClasspath)
public org.gradle.api.tasks.JavaExec setStandardOutput(java.io.OutputStream outputStream)
setStandardOutput in interface org.gradle.process.BaseExecSpecsetStandardOutput in class org.gradle.api.tasks.JavaExecpublic void setWebAppDir(java.lang.Object webAppDir)
protected java.util.List<java.lang.String> getCompleteArgs()