|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.cargo.module.webapp.jboss.JBossWarArchive
public class JBossWarArchive
Class that encapsulates access to a WAR.
Constructor Summary | |
---|---|
JBossWarArchive(java.io.File warFile)
Constructor. |
Method Summary | |
---|---|
JBossWebXml |
getJBossWebXml()
Returns the jboss-web.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 JBossWarArchive(java.io.File warFile) throws java.io.IOException, org.jdom.JDOMException
warFile
- The web application archive
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 parsedMethod Detail |
---|
public final JBossWebXml getJBossWebXml()
jboss-web.xml
deployment descriptor of the web
application.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |