Package | Description |
---|---|
org.apache.maven.plugin.war.packaging | |
org.apache.maven.plugin.war.util |
Modifier and Type | Method and Description |
---|---|
WebappStructure |
WarPackagingContext.getWebappStructure()
Returns the
WebappStructure . |
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 dependencies,
WebappStructure cache)
Creates a new instance with the specified cache.
|
Copyright © 2014. All Rights Reserved.