Package | Description |
---|---|
org.apache.maven.plugins.war.packaging | |
org.apache.maven.plugins.war.util |
Modifier and Type | Method and Description |
---|---|
WebappStructure |
WarPackagingContext.getWebappStructure()
Returns the
WebappStructure . |
Modifier and Type | Method and Description |
---|---|
WebappStructure |
WebappStructureSerializer.fromXml(File file)
Reads the
WebappStructure from the specified file. |
Modifier and Type | Method and Description |
---|---|
void |
WebappStructureSerializer.toXml(WebappStructure webappStructure,
File targetFile)
Saves the
WebappStructure to the specified file. |
Constructor and Description |
---|
WebappStructure(List<org.apache.maven.model.Dependency> dependencies,
WebappStructure cache)
Creates a new instance with the specified cache.
|
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.