| Package | Description |
|---|---|
| org.gradle.plugins.ear.descriptor |
Classes for working with EAR deployment descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptor |
DeploymentDescriptor.module(EarModule module,
String type)
Add a module to the deployment descriptor.
|
DeploymentDescriptor |
DeploymentDescriptor.module(String path,
String type)
Add a module to the deployment descriptor.
|
DeploymentDescriptor |
DeploymentDescriptor.readFrom(Reader reader)
Reads the deployment descriptor from a reader.
|
DeploymentDescriptor |
DeploymentDescriptor.securityRole(EarSecurityRole role)
Add a security role to the deployment descriptor.
|
DeploymentDescriptor |
DeploymentDescriptor.securityRole(String role)
Add a security role to the deployment descriptor.
|
DeploymentDescriptor |
DeploymentDescriptor.webModule(String path,
String contextRoot)
Add a web module to the deployment descriptor.
|
DeploymentDescriptor |
DeploymentDescriptor.withXml(Action<? super XmlProvider> action)
Adds an action to be called when the XML document has been created.
|
DeploymentDescriptor |
DeploymentDescriptor.withXml(Closure closure)
Adds a closure to be called when the XML document has been created.
|
DeploymentDescriptor |
DeploymentDescriptor.writeTo(Object path)
Writes the deployment descriptor into a file.
|
DeploymentDescriptor |
DeploymentDescriptor.writeTo(Writer writer)
Writes the deployment descriptor into a writer.
|
Copyright © 2013. All rights reserved