org.apache.maven.plugin.tools.model.io.xpp3
Class PluginMetadataXpp3Writer

java.lang.Object
  extended by org.apache.maven.plugin.tools.model.io.xpp3.PluginMetadataXpp3Writer

public class PluginMetadataXpp3Writer
extends Object

Class PluginMetadataXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

PluginMetadataXpp3Writer

public PluginMetadataXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  PluginMetadata pluginMetadata)
           throws IOException
Method write.

Parameters:
writer -
pluginMetadata -
Throws:
IOException

write

public void write(OutputStream stream,
                  PluginMetadata pluginMetadata)
           throws IOException
Method write.

Parameters:
stream -
pluginMetadata -
Throws:
IOException


Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.