org.codehaus.plexus.configuration.io
Class XmlPlexusConfigurationWriter
java.lang.Object
org.codehaus.plexus.configuration.io.XmlPlexusConfigurationWriter
- All Implemented Interfaces:
- PlexusConfigurationWriter
public class XmlPlexusConfigurationWriter
- extends Object
- implements PlexusConfigurationWriter
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XmlPlexusConfigurationWriter
public XmlPlexusConfigurationWriter()
write
public void write(OutputStream outputStream,
PlexusConfiguration configuration)
throws IOException
- Specified by:
write
in interface PlexusConfigurationWriter
- Throws:
IOException
write
public void write(Writer writer,
PlexusConfiguration configuration)
throws IOException
- Specified by:
write
in interface PlexusConfigurationWriter
- Throws:
IOException
Copyright © 2001-2008 Codehaus. All Rights Reserved.