| 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(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<Dependency> dependencies,
               WebappStructure cache)
Creates a new instance with the specified cache. 
 | 
Copyright © 2002–2014 The Apache Software Foundation. All rights reserved.