Class FileSetXpp3Writer
- java.lang.Object
-
- org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
-
public class FileSetXpp3Writer extends java.lang.ObjectClass FileSetXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description FileSetXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetFileComment(java.lang.String fileComment)Method setFileComment.voidwrite(java.io.OutputStream stream, FileSet fileSet)Method write.voidwrite(java.io.Writer writer, FileSet fileSet)Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(java.lang.String fileComment)
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
public void write(java.io.Writer writer, FileSet fileSet) throws java.io.IOExceptionMethod write.- Parameters:
writer- a writer object.fileSet- a fileSet object.- Throws:
java.io.IOException- java.io.IOException if any.
-
write
public void write(java.io.OutputStream stream, FileSet fileSet) throws java.io.IOExceptionMethod write.- Parameters:
stream- a stream object.fileSet- a fileSet object.- Throws:
java.io.IOException- java.io.IOException if any.
-
-