org.apache.maven.profiles.io.xpp3
Class ProfilesXpp3Writer

java.lang.Object
  extended by org.apache.maven.profiles.io.xpp3.ProfilesXpp3Writer

public class ProfilesXpp3Writer
extends Object

Class ProfilesXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

ProfilesXpp3Writer

public ProfilesXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  ProfilesRoot profilesRoot)
           throws IOException
Method write.

Parameters:
writer -
profilesRoot -
Throws:
IOException

write

public void write(OutputStream stream,
                  ProfilesRoot profilesRoot)
           throws IOException
Method write.

Parameters:
stream -
profilesRoot -
Throws:
IOException


Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.