public class CompileJSPTask extends org.gradle.api.tasks.JavaExec implements CompileJSPSpec
Constructor and Description |
---|
CompileJSPTask() |
Modifier and Type | Method and Description |
---|---|
void |
exec() |
protected java.util.List<java.lang.String> |
getCompleteArgs() |
protected java.util.Map<java.lang.String,java.lang.Object> |
getCompleteSystemProperties() |
java.io.File |
getDestinationDir() |
org.gradle.api.file.FileCollection |
getJspCClasspath() |
org.gradle.api.file.FileCollection |
getJSPFiles() |
java.io.File |
getPortalDir() |
java.io.File |
getWebAppDir() |
boolean |
isModuleWeb() |
void |
setDestinationDir(java.lang.Object destinationDir) |
void |
setJspCClasspath(org.gradle.api.file.FileCollection jspCClasspath) |
void |
setModuleWeb(boolean moduleWeb) |
void |
setPortalDir(java.lang.Object portalDir) |
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, workingDir
conventionMapping, conventionMapping, getConventionMapping
addValidator, 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, toString
public 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()
@InputDirectory @Optional public java.io.File getPortalDir()
getPortalDir
in interface CompileJSPSpec
public java.io.File getWebAppDir()
getWebAppDir
in interface CompileJSPSpec
@Input public boolean isModuleWeb()
isModuleWeb
in interface CompileJSPSpec
public void setDestinationDir(java.lang.Object destinationDir)
public void setJspCClasspath(org.gradle.api.file.FileCollection jspCClasspath)
public void setModuleWeb(boolean moduleWeb)
setModuleWeb
in interface CompileJSPSpec
public void setPortalDir(java.lang.Object portalDir)
setPortalDir
in interface CompileJSPSpec
public org.gradle.api.tasks.JavaExec setStandardOutput(java.io.OutputStream outputStream)
setStandardOutput
in interface org.gradle.process.BaseExecSpec
setStandardOutput
in class org.gradle.api.tasks.JavaExec
public void setWebAppDir(java.lang.Object webAppDir)
setWebAppDir
in interface CompileJSPSpec
protected java.util.List<java.lang.String> getCompleteArgs()
protected java.util.Map<java.lang.String,java.lang.Object> getCompleteSystemProperties()