Class XmlPlexusConfigurationWriter
- java.lang.Object
-
- org.codehaus.plexus.configuration.io.XmlPlexusConfigurationWriter
-
- All Implemented Interfaces:
PlexusConfigurationWriter
public class XmlPlexusConfigurationWriter extends java.lang.Object implements PlexusConfigurationWriter
-
-
Constructor Summary
Constructors Constructor Description XmlPlexusConfigurationWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
write
public void write(java.io.OutputStream outputStream, PlexusConfiguration configuration) throws java.io.IOException
- Specified by:
write
in interfacePlexusConfigurationWriter
- Throws:
java.io.IOException
-
write
public void write(java.io.Writer writer, PlexusConfiguration configuration) throws java.io.IOException
- Specified by:
write
in interfacePlexusConfigurationWriter
- Throws:
java.io.IOException
-
display
private void display(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
- Throws:
java.io.IOException
-
displayTag
private void displayTag(PlexusConfiguration c, java.io.Writer w, int depth) throws java.io.IOException
- Throws:
java.io.IOException
-
attributes
private void attributes(PlexusConfiguration c, java.io.Writer w) throws java.io.IOException
- Throws:
java.io.IOException
-
indent
private void indent(int depth, java.io.Writer w) throws java.io.IOException
- Throws:
java.io.IOException
-
-