|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.plugins.ear.EarPluginConvention
class EarPluginConvention
Property Summary | |
---|---|
String |
appDirName
The name of the application directory, relative to the project directory. |
DeploymentDescriptor |
deploymentDescriptor
A custom deployment descriptor configuration. |
String |
libDirName
The name of the library directory in the EAR file. |
Constructor Summary | |
EarPluginConvention(FileResolver fileResolver)
|
Method Summary | |
---|---|
void
|
appDirName(String appDirName)
Allows changing the application directory. |
EarPluginConvention
|
deploymentDescriptor(Closure configureClosure)
Configures the deployment descriptor for this EAR archive. |
void
|
libDirName(String libDirName)
Allows changing the library directory in the EAR file. |
void
|
setAppDirName(String appDirName)
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail |
---|
String appDirName
DeploymentDescriptor deploymentDescriptor
String libDirName
Constructor Detail |
---|
EarPluginConvention(FileResolver fileResolver)
Method Detail |
---|
void appDirName(String appDirName)
EarPluginConvention deploymentDescriptor(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.
void libDirName(String libDirName)
void setAppDirName(String appDirName)
Gradle API 1.12