public class XmlPlexusConfigurationWriter extends java.lang.Object implements PlexusConfigurationWriter
| Constructor and Description |
|---|
XmlPlexusConfigurationWriter() |
| Modifier and Type | Method and Description |
|---|---|
private void |
attributes(PlexusConfiguration c,
java.io.Writer w) |
private void |
display(PlexusConfiguration c,
java.io.Writer w,
int depth) |
private void |
displayTag(PlexusConfiguration c,
java.io.Writer w,
int depth) |
private void |
indent(int depth,
java.io.Writer w) |
void |
write(java.io.OutputStream outputStream,
PlexusConfiguration configuration) |
void |
write(java.io.Writer writer,
PlexusConfiguration configuration) |
public void write(java.io.OutputStream outputStream,
PlexusConfiguration configuration)
throws java.io.IOException
write in interface PlexusConfigurationWriterjava.io.IOExceptionpublic void write(java.io.Writer writer,
PlexusConfiguration configuration)
throws java.io.IOException
write in interface PlexusConfigurationWriterjava.io.IOExceptionprivate void display(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
java.io.IOExceptionprivate void displayTag(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
java.io.IOExceptionprivate void attributes(PlexusConfiguration c, java.io.Writer w) throws java.io.IOException
java.io.IOExceptionprivate void indent(int depth,
java.io.Writer w)
throws java.io.IOException
java.io.IOException