public class ExplodedWar
extends org.gradle.api.DefaultTask
Constructor and Description |
---|
ExplodedWar() |
Modifier and Type | Method and Description |
---|---|
protected void |
buildWarTemplate() |
void |
classpath(java.lang.Object... classpath) |
org.gradle.api.file.CopySpec |
from(java.lang.Object... input) |
org.gradle.api.file.FileCollection |
getClasspath() |
java.io.File |
getDestinationDir() |
java.io.File |
getWebXml() |
void |
setClasspath(org.gradle.api.file.FileCollection classpath) |
void |
setDestinationDir(java.io.File destinationDir) |
void |
setWebXml(java.io.File webXml) |
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 buildWarTemplate()
@InputFiles @Optional public org.gradle.api.file.FileCollection getClasspath()
public void setClasspath(org.gradle.api.file.FileCollection classpath)
public void classpath(java.lang.Object... classpath)
@InputFile @Optional public java.io.File getWebXml()
public void setWebXml(java.io.File webXml)
@OutputDirectory public java.io.File getDestinationDir()
public void setDestinationDir(java.io.File destinationDir)
public org.gradle.api.file.CopySpec from(java.lang.Object... input)