Class XmlPlexusConfigurationWriter
java.lang.Object
org.codehaus.plexus.configuration.io.XmlPlexusConfigurationWriter
- All Implemented Interfaces:
PlexusConfigurationWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate void
private void
display
(PlexusConfiguration c, Writer w, int depth) private void
displayTag
(PlexusConfiguration c, Writer w, int depth) private void
void
write
(OutputStream outputStream, PlexusConfiguration configuration) void
write
(Writer writer, PlexusConfiguration configuration)
-
Constructor Details
-
XmlPlexusConfigurationWriter
public XmlPlexusConfigurationWriter()
-
-
Method Details
-
write
- Specified by:
write
in interfacePlexusConfigurationWriter
- Throws:
IOException
-
write
- Specified by:
write
in interfacePlexusConfigurationWriter
- Throws:
IOException
-
display
- Throws:
IOException
-
displayTag
- Throws:
IOException
-
attributes
- Throws:
IOException
-
indent
- Throws:
IOException
-