org.sonatype.gshell.command.descriptor.io.xpp3
Class CommandsXpp3Writer

java.lang.Object
  extended by org.sonatype.gshell.command.descriptor.io.xpp3.CommandsXpp3Writer

public class CommandsXpp3Writer
extends Object

Class CommandsXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

CommandsXpp3Writer

public CommandsXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  CommandsDescriptor commandsDescriptor)
           throws IOException
Method write.

Parameters:
writer -
commandsDescriptor -
Throws:
IOException

write

public void write(OutputStream stream,
                  CommandsDescriptor commandsDescriptor)
           throws IOException
Method write.

Parameters:
stream -
commandsDescriptor -
Throws:
IOException


Copyright © 2008-2011 Sonatype. All Rights Reserved.