abstract class AbstractXmlWriter
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
encoding |
protected static java.lang.String |
MODULE_ELEMENT |
protected static java.lang.String |
SERVICE_ELEMENT |
| Constructor and Description |
|---|
AbstractXmlWriter(java.lang.String encoding) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
close(java.io.Writer closeable) |
java.lang.String |
getEncoding() |
protected java.io.Writer |
initializeWriter(java.io.File destinationFile) |
protected org.codehaus.plexus.util.xml.XMLWriter |
initializeXmlWriter(java.io.Writer writer,
java.lang.String docType) |
private final java.lang.String encoding
protected static final java.lang.String MODULE_ELEMENT
protected static final java.lang.String SERVICE_ELEMENT
protected java.io.Writer initializeWriter(java.io.File destinationFile)
throws EarPluginException
EarPluginExceptionprotected org.codehaus.plexus.util.xml.XMLWriter initializeXmlWriter(java.io.Writer writer,
java.lang.String docType)
protected void close(java.io.Writer closeable)
public java.lang.String getEncoding()