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$
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.StringfileCommentField fileComment.private static java.lang.StringNAMESPACEField NAMESPACE.
-
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.private voidwriteFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeFileSet.private voidwriteMapper(Mapper mapper, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeMapper.private voidwriteSetBase(SetBase setBase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)Method writeSetBase.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(java.lang.String fileComment)
Method setFileComment.- Parameters:
fileComment-
-
write
public void write(java.io.Writer writer, FileSet fileSet) throws java.io.IOExceptionMethod write.- Parameters:
writer-fileSet-- Throws:
java.io.IOException
-
write
public void write(java.io.OutputStream stream, FileSet fileSet) throws java.io.IOExceptionMethod write.- Parameters:
stream-fileSet-- Throws:
java.io.IOException
-
writeFileSet
private void writeFileSet(FileSet fileSet, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeFileSet.- Parameters:
fileSet-serializer-tagName-- Throws:
java.io.IOException
-
writeMapper
private void writeMapper(Mapper mapper, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeMapper.- Parameters:
mapper-serializer-tagName-- Throws:
java.io.IOException
-
writeSetBase
private void writeSetBase(SetBase setBase, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer) throws java.io.IOException
Method writeSetBase.- Parameters:
setBase-serializer-tagName-- Throws:
java.io.IOException
-
-