org.apache.maven.scm.providers.cvslib.settings.io.xpp3
Class CvsXpp3Writer

java.lang.Object
  extended by org.apache.maven.scm.providers.cvslib.settings.io.xpp3.CvsXpp3Writer

public class CvsXpp3Writer
extends Object

Class CvsXpp3Writer.

Version:
$Revision$ $Date$

Constructor Summary
CvsXpp3Writer()
           
 
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

CvsXpp3Writer

public CvsXpp3Writer()
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.