|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ApplicationXml | |
---|---|
org.codehaus.cargo.module.application |
Uses of ApplicationXml in org.codehaus.cargo.module.application |
---|
Methods in org.codehaus.cargo.module.application that return ApplicationXml | |
---|---|
ApplicationXml |
DefaultEarArchive.getApplicationXml()
Returns the deployment descriptor of the web application. |
ApplicationXml |
EarArchive.getApplicationXml()
Returns the deployment descriptor of the web application. |
static ApplicationXml |
ApplicationXmlIo.parseApplicationXml(java.io.InputStream input,
org.xml.sax.EntityResolver entityResolver)
Parses a deployment descriptor provided as input stream. |
static ApplicationXml |
ApplicationXmlIo.parseApplicationXmlFromFile(java.io.File file,
org.xml.sax.EntityResolver entityResolver)
Parses a deployment descriptor stored in a regular file. |
Methods in org.codehaus.cargo.module.application with parameters of type ApplicationXml | |
---|---|
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
java.io.File file)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
java.io.File file,
java.lang.String encoding)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
java.io.File file,
java.lang.String encoding,
boolean isIndent)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
java.io.OutputStream output,
java.lang.String encoding,
boolean isIndent)
Writes the specified document to an output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |