|
||||||||||
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, expandToPath, findResource, getResource, getResources |
Method Detail |
---|
WebXml getWebXml() throws java.io.IOException, org.jdom.JDOMException
java.io.IOException
- If there was a problem reading the deployment descriptor in the WAR
org.jdom.JDOMException
- If the deployment descriptor of the WAR could not be parsedvoid store(java.io.File warFile) throws java.io.IOException, org.jdom.JDOMException
warFile
- file to store the war in.
java.io.IOException
- If there was a problem reading the deployment descriptor in the WAR
org.jdom.JDOMException
- If the deployment descriptor of the WAR could not be parsed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |