Uses of Class
org.apache.maven.plugin.war.util.WebappStructure

Packages that use WebappStructure
org.apache.maven.plugin.war.packaging   
org.apache.maven.plugin.war.util   
 

Uses of WebappStructure in org.apache.maven.plugin.war.packaging
 

Methods in org.apache.maven.plugin.war.packaging that return WebappStructure
 WebappStructure WarPackagingContext.getWebappStructure()
          Returns the WebappStructure.
 

Uses of WebappStructure in org.apache.maven.plugin.war.util
 

Methods in org.apache.maven.plugin.war.util that return WebappStructure
 WebappStructure WebappStructureSerializer.fromXml(File file)
          Reads the WebappStructure from the specified file.
 

Methods in org.apache.maven.plugin.war.util with parameters of type WebappStructure
 void WebappStructureSerializer.toXml(WebappStructure webappStructure, File targetFile)
          Saves the WebappStructure to the specified file.
 

Constructors in org.apache.maven.plugin.war.util with parameters of type WebappStructure
WebappStructure(List<Dependency> dependencies, WebappStructure cache)
          Creates a new instance with the specified cache.
 



Copyright © 2002–2013 The Apache Software Foundation. All rights reserved.