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 PlexusConfigurationWriter
java.io.IOException
public void write(java.io.Writer writer, PlexusConfiguration configuration) throws java.io.IOException
write
in interface PlexusConfigurationWriter
java.io.IOException
private void display(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
java.io.IOException
private void displayTag(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
java.io.IOException
private void attributes(PlexusConfiguration c, java.io.Writer w) throws java.io.IOException
java.io.IOException
private void indent(int depth, java.io.Writer w) throws java.io.IOException
java.io.IOException