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 voidattributes(PlexusConfiguration c, java.io.Writer w)private voiddisplay(PlexusConfiguration c, java.io.Writer w, int depth)private voiddisplayTag(PlexusConfiguration c, java.io.Writer w, int depth)private voidindent(int depth, java.io.Writer w)voidwrite(java.io.OutputStream outputStream, PlexusConfiguration configuration)voidwrite(java.io.Writer writer, PlexusConfiguration configuration)
-
-
-
Method Detail
-
write
public void write(java.io.OutputStream outputStream, PlexusConfiguration configuration) throws java.io.IOException- Specified by:
writein interfacePlexusConfigurationWriter- Throws:
java.io.IOException
-
write
public void write(java.io.Writer writer, PlexusConfiguration configuration) throws java.io.IOException- Specified by:
writein 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
-
-