|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.webapp.tomcat.TomcatWarArchive
Class that encapsulates access to a WAR.
Constructor Summary | |
TomcatWarArchive(java.lang.String warFile)
Constructor. |
Method Summary | |
TomcatContextXml |
getTomcatContextXml()
Returns the META-INF/context.xml deployment descriptor of the web application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TomcatWarArchive(java.lang.String warFile) throws java.io.IOException, org.xml.sax.SAXException, javax.xml.parsers.ParserConfigurationException
warFile
- The web application archive
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
configration problemMethod Detail |
public final TomcatContextXml getTomcatContextXml()
META-INF/context.xml
deployment descriptor of the web application.
null
if no such file exists.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |