public class JBossWarArchive extends Object
Constructor and Description |
---|
JBossWarArchive(File warFile)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
JBossWebXml |
getJBossWebXml()
Returns the
jboss-web.xml deployment descriptor of the web
application. |
public JBossWarArchive(File warFile) throws IOException, org.jdom.JDOMException
warFile
- The web application archiveIOException
- If there was a problem reading the deployment
descriptor in the WARorg.jdom.JDOMException
- If the deployment descriptor of the WAR could not
be parsedpublic final JBossWebXml getJBossWebXml()
jboss-web.xml
deployment descriptor of the web
application.Copyright © 2004-2013 Codehaus. All Rights Reserved.