LifecycleMappingsXpp3Writer (Maven Plugin API 3.9.16 API) JavaScript is disabled on your browser.     Skip navigation links Overview Class Use Tree Deprecated Index Search Help org.apache.maven.plugin.lifecycle.io.xpp3 LifecycleMappingsXpp3Writer Contents  Description Constructor Summary Method Summary Constructor Details LifecycleMappingsXpp3Writer() Method Details setFileComment(String) write(Writer, LifecycleConfiguration) write(OutputStream, LifecycleConfiguration) Hide sidebar  Show sidebar Class LifecycleMappingsXpp3Writer java.lang.Object org.apache.maven.plugin.lifecycle.io.xpp3.LifecycleMappingsXpp3Writer public class LifecycleMappingsXpp3Writer extends Object Class LifecycleMappingsXpp3Writer. Version: $Revision$ $Date$ Constructor Summary Constructors Constructor Description LifecycleMappingsXpp3Writer()   Method Summary All MethodsInstance MethodsConcrete Methods Modifier and Type Method Description void setFileComment(String fileComment) Method setFileComment. void write(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) Method write. void write(Writer writer, LifecycleConfiguration lifecycleConfiguration) Method write. Methods inherited from class Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Constructor Details LifecycleMappingsXpp3Writer public LifecycleMappingsXpp3Writer() Method Details setFileComment public void setFileComment(String fileComment) Method setFileComment. Parameters: fileComment - a fileComment object. write public void write(Writer writer, LifecycleConfiguration lifecycleConfiguration) throws IOException Method write. Parameters: writer - a writer object. lifecycleConfiguration - a lifecycleConfiguration object. Throws: IOException - java.io.IOException if any. write public void write(OutputStream stream, LifecycleConfiguration lifecycleConfiguration) throws IOException Method write. Parameters: stream - a stream object. lifecycleConfiguration - a lifecycleConfiguration object. Throws: IOException - java.io.IOException if any. Copyright © 2001–2026 The Apache Software Foundation. All rights reserved.