|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WarArchive
Encapsulates access to a WAR.
Method Summary | |
---|---|
WebXml |
getWebXml()
Returns the deployment descriptor of the web application. |
void |
store(java.io.File warFile)
Stores the war archive to file. |
Methods inherited from interface org.codehaus.cargo.module.JarArchive |
---|
containsClass, expandToPath, findResource, getResource, getResources |
Method Detail |
---|
WebXml getWebXml() throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
java.io.IOException
- If there was a problem reading the deployment descriptor in the WAR
org.xml.sax.SAXException
- If the deployment descriptor of the WAR could not be parsed
javax.xml.parsers.ParserConfigurationException
- If there is an XML parser configuration problemvoid store(java.io.File warFile) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
warFile
- file to store the war in.
java.io.IOException
- If there was a problem reading the deployment descriptor in the WAR
org.xml.sax.SAXException
- If the deployment descriptor of the WAR could not be parsed
javax.xml.parsers.ParserConfigurationException
- If there is an XML parser configuration problem
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |