ContentFilterable, CopyProcessingSpec, CopySourceSpec, CopySpec, PatternFilterablepublic class Ear extends Jar
Task.Namer| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
EAR_EXTENSION |
DEFAULT_EXTENSIONTASK_ACTION, TASK_CONSTRUCTOR_ARGS, TASK_DEPENDS_ON, TASK_DESCRIPTION, TASK_GROUP, TASK_NAME, TASK_OVERWRITE, TASK_TYPEZIP_EXTENSION| Constructor | Description |
|---|---|
Ear() |
| Modifier and Type | Method | Description |
|---|---|---|
Ear |
deploymentDescriptor(groovy.lang.Closure configureClosure) |
Configures the deployment descriptor for this EAR archive.
|
Ear |
deploymentDescriptor(Action<? super DeploymentDescriptor> configureAction) |
Configures the deployment descriptor for this EAR archive.
|
DeploymentDescriptor |
getDeploymentDescriptor() |
The deployment descriptor configuration.
|
CopySpec |
getLib() |
A location for dependency libraries to include in the 'lib' directory of the EAR archive.
|
java.lang.String |
getLibDirName() |
The name of the library directory in the EAR file.
|
protected ObjectFactory |
getObjectFactory() |
|
CopySpec |
lib(groovy.lang.Closure configureClosure) |
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
|
CopySpec |
lib(Action<? super CopySpec> configureAction) |
Adds dependency libraries to include in the 'lib' directory of the EAR archive.
|
void |
setDeploymentDescriptor(DeploymentDescriptor deploymentDescriptor) |
|
void |
setLibDirName(java.lang.String libDirName) |
createCopyActionExecuter, getAppendix, getArchiveName, getArchivePath, getBaseName, getClassifier, getDestinationDir, getExtension, getVersion, into, into, into, isPreserveFileTimestamps, isReproducibleFileOrder, setAppendix, setArchiveName, setBaseName, setClassifier, setDestinationDir, setExtension, setPreserveFileTimestamps, setReproducibleFileOrder, setVersioncopy, createRootSpec, eachFile, eachFile, exclude, exclude, exclude, exclude, expand, filesMatching, filesMatching, filesNotMatching, filesNotMatching, filter, filter, filter, filter, from, from, from, getDirectoryFileTreeFactory, getDirMode, getDuplicatesStrategy, getExcludes, getFileLookup, getFileMode, getFileResolver, getFileSystem, getFilteringCharset, getIncludeEmptyDirs, getIncludes, getInstantiator, getMainSpec, getRootSpec, getSource, include, include, include, include, isCaseSensitive, rename, rename, rename, rename, setCaseSensitive, setDirMode, setDuplicatesStrategy, setExcludes, setFileMode, setFilteringCharset, setIncludeEmptyDirs, setIncludes, withappendParallelSafeAction, compareTo, configure, dependsOn, doFirst, doFirst, doFirst, doLast, doLast, doLast, finalizedBy, getActions, getAnt, getAsDynamicObject, getConvention, getDependsOn, getDescription, getDestroyables, getDidWork, getEnabled, getExtensions, getFinalizedBy, getGroup, getIdentityPath, getImpliesSubProjects, getInputs, getLocalState, getLogger, getLogging, getMustRunAfter, getName, getOnlyIf, getOutputs, getPath, getProject, getServices, getShouldRunAfter, getStandardOutputCapture, getState, getTaskActions, getTaskDependencies, getTaskIdentity, getTemporaryDir, getTemporaryDirFactory, getTimeout, hasProperty, hasTaskActions, injectIntoNewInstance, isEnabled, isHasCustomActions, mustRunAfter, onlyIf, onlyIf, prependParallelSafeAction, property, replaceLogger, setActions, setDependsOn, setDescription, setDidWork, setEnabled, setFinalizedBy, setGroup, setImpliesSubProjects, setMustRunAfter, setOnlyIf, setOnlyIf, setProperty, setShouldRunAfter, shouldRunAfter, toStringconventionMapping, conventionMapping, getConventionMappingnewInputDirectory, newInputFile, newOutputDirectory, newOutputFilegetManifest, getManifestContentCharset, getMetadataCharset, getMetaInf, manifest, metaInf, metaInf, setManifest, setManifestContentCharset, setMetadataCharsetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreateCopyAction, getCompressor, getEntryCompression, isZip64, setEntryCompression, setZip64public static final java.lang.String EAR_EXTENSION
@Inject protected ObjectFactory getObjectFactory()
public Ear deploymentDescriptor(@DelegatesTo(value=DeploymentDescriptor.class,strategy=1) groovy.lang.Closure configureClosure)
The given closure is executed to configure the deployment descriptor. The DeploymentDescriptor is passed to the closure as its delegate.
configureClosure - The closure.public Ear deploymentDescriptor(Action<? super DeploymentDescriptor> configureAction)
The given action is executed to configure the deployment descriptor.
configureAction - The action.@Internal public CopySpec getLib()
public CopySpec lib(@DelegatesTo(value=CopySpec.class,strategy=1) groovy.lang.Closure configureClosure)
The given closure is executed to configure a CopySpec. The CopySpec is passed to the closure as its delegate.
configureClosure - The closure.CopySpecpublic CopySpec lib(Action<? super CopySpec> configureAction)
The given action is executed to configure a CopySpec.
configureAction - The action.CopySpec@Nullable @Optional @Input public java.lang.String getLibDirName()
public void setLibDirName(@Nullable
java.lang.String libDirName)
@Internal public DeploymentDescriptor getDeploymentDescriptor()
public void setDeploymentDescriptor(DeploymentDescriptor deploymentDescriptor)