| Package | Description |
|---|---|
| org.gradle.plugins.ear.descriptor |
Classes for working with EAR deployment descriptors.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
EarWebModule
A module element in a deployment descriptor like application.xml that has a web child element.
|
| Modifier and Type | Method and Description |
|---|---|
Set<? extends EarModule> |
DeploymentDescriptor.getModules()
List of module descriptors.
|
| Modifier and Type | Method and Description |
|---|---|
DeploymentDescriptor |
DeploymentDescriptor.module(EarModule module,
String type)
Add a module to the deployment descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeploymentDescriptor.setModules(Set<? extends EarModule> modules) |
Copyright © 2013. All rights reserved