Package | Description |
---|---|
org.codehaus.cargo.module.application |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2004-2013 Codehaus. All Rights Reserved.