org.apache.maven.scm.providers.svn.settings.io.xpp3
Class SvnXpp3Writer

java.lang.Object
  extended by org.apache.maven.scm.providers.svn.settings.io.xpp3.SvnXpp3Writer

public class SvnXpp3Writer
extends Object

Class SvnXpp3Writer.

Version:
$Revision$ $Date$

Constructor Summary
SvnXpp3Writer()
           
 
Method Summary
 void write(OutputStream stream, Settings settings)
          Method write.
 void write(Writer writer, Settings settings)
          Method write.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SvnXpp3Writer

public SvnXpp3Writer()
Method Detail

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 © 2003-2014 The Apache Software Foundation. All Rights Reserved.