|
||||||||||
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 |
EarArchive.getApplicationXml()
Returns the deployment descriptor of the web application. |
ApplicationXml |
DefaultEarArchive.getApplicationXml()
Returns the deployment descriptor of the web application. |
static ApplicationXml |
ApplicationXmlIo.parseApplicationXml(InputStream input,
EntityResolver entityResolver)
Parses a deployment descriptor provided as input stream. |
static ApplicationXml |
ApplicationXmlIo.parseApplicationXmlFromFile(File file,
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,
File file)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
File file,
String encoding)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
File file,
String encoding,
boolean isIndent)
Writes the specified document to a file. |
static void |
ApplicationXmlIo.writeApplicationXml(ApplicationXml appXml,
OutputStream output,
String encoding,
boolean isIndent)
Writes the specified document to an output stream. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |