| Package | Description |
|---|---|
| org.apache.maven.plugins.war | |
| org.apache.maven.plugins.war.packaging | |
| org.apache.maven.plugins.war.util |
| Modifier and Type | Field and Description |
|---|---|
private WebappStructure |
AbstractWarMojo.DefaultWarPackagingContext.webappStructure |
| Modifier and Type | Method and Description |
|---|---|
WebappStructure |
AbstractWarMojo.DefaultWarPackagingContext.getWebappStructure()
Returns the
WebappStructure. |
| Constructor and Description |
|---|
DefaultWarPackagingContext(java.io.File webappDirectory,
WebappStructure webappStructure,
OverlayManager overlayManager,
java.util.List<org.apache.maven.shared.utils.io.FileUtils.FilterWrapper> filterWrappers,
java.util.List<java.lang.String> nonFilteredFileExtensions,
boolean filteringDeploymentDescriptors,
org.apache.maven.artifact.factory.ArtifactFactory artifactFactory,
java.lang.String resourceEncoding,
boolean useJvmChmod) |
| Modifier and Type | Method and Description |
|---|---|
WebappStructure |
WarPackagingContext.getWebappStructure()
Returns the
WebappStructure. |
| Modifier and Type | Field and Description |
|---|---|
private WebappStructure |
WebappStructure.cache |
| Modifier and Type | Method and Description |
|---|---|
WebappStructure |
WebappStructureSerializer.fromXml(java.io.File file)
Reads the
WebappStructure from the specified file. |
| Modifier and Type | Method and Description |
|---|---|
void |
WebappStructureSerializer.toXml(WebappStructure webappStructure,
java.io.File targetFile)
Saves the
WebappStructure to the specified file. |
| Constructor and Description |
|---|
WebappStructure(java.util.List<org.apache.maven.model.Dependency> dependencies,
WebappStructure cache)
Creates a new instance with the specified cache.
|