Uses of Class
org.codehaus.cargo.module.application.ApplicationXml
-
Packages that use ApplicationXml Package Description org.codehaus.cargo.module.application -
-
Uses of ApplicationXml in org.codehaus.cargo.module.application
Methods in org.codehaus.cargo.module.application that return ApplicationXml Modifier and Type Method Description 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(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 Modifier and Type Method Description static void
ApplicationXmlIo. writeApplicationXml(ApplicationXml appXml, File file)
Writes the specified document to a file.static void
ApplicationXmlIo. writeApplicationXml(ApplicationXml appXml, File file, Charset encoding)
Writes the specified document to a file.static void
ApplicationXmlIo. writeApplicationXml(ApplicationXml appXml, File file, Charset encoding, boolean isIndent)
Writes the specified document to a file.static void
ApplicationXmlIo. writeApplicationXml(ApplicationXml appXml, OutputStream output, Charset encoding, boolean isIndent)
Writes the specified document to an output stream.
-