org.apache.maven.plugin.lifecycle.io.xpp3
Class LifecycleMappingsXpp3Writer

java.lang.Object
  extended by org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer

public class LifecycleMappingsXpp3Writer
extends Object

Class LifecycleMappingsXpp3Writer.

Version:
$Revision$ $Date$

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

Constructor Detail

LifecycleMappingsXpp3Writer

public LifecycleMappingsXpp3Writer()
Method Detail

write

public void write(Writer writer,
                  LifecycleConfiguration lifecycleConfiguration)
           throws IOException
Method write.

Parameters:
writer -
lifecycleConfiguration -
Throws:
IOException

write

public void write(OutputStream stream,
                  LifecycleConfiguration lifecycleConfiguration)
           throws IOException
Method write.

Parameters:
stream -
lifecycleConfiguration -
Throws:
IOException


Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.