public interface WarArchive extends JarArchive
| Modifier and Type | Method and Description |
|---|---|
WebXml |
getWebXml()
Returns the deployment descriptor of the web application.
|
void |
store(File warFile)
Stores the war archive to file.
|
containsClass, expandToPath, expandToPath, findResource, getResource, getResourcesWebXml getWebXml() throws IOException, org.jdom.JDOMException
IOException - If there was a problem reading the deployment descriptor in the WARorg.jdom.JDOMException - If the deployment descriptor of the WAR could not be parsedvoid store(File warFile) throws IOException, org.jdom.JDOMException
warFile - file to store the war in.IOException - If there was a problem reading the deployment descriptor in the WARorg.jdom.JDOMException - If the deployment descriptor of the WAR could not be parsedCopyright © 2004-2013 Codehaus. All Rights Reserved.