org.apache.maven.settings.io.xpp3
Class SettingsXpp3Writer
java.lang.Object
org.apache.maven.settings.io.xpp3.SettingsXpp3Writer
public class SettingsXpp3Writer
- extends Object
Class SettingsXpp3Writer.
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SettingsXpp3Writer
public SettingsXpp3Writer()
write
public void write(Writer writer,
Settings settings)
throws IOException
- Method write.
- Parameters:
writer
- settings
-
- Throws:
IOException
write
public void write(OutputStream stream,
Settings settings)
throws IOException
- Method write.
- Parameters:
stream
- settings
-
- Throws:
IOException
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.