org.apache.maven.shared.model.fileset.io.xpp3
Class FileSetXpp3Writer
java.lang.Object
org.apache.maven.shared.model.fileset.io.xpp3.FileSetXpp3Writer
public class FileSetXpp3Writer
- extends Object
Class FileSetXpp3Writer.
- Version:
- $Revision$ $Date$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileSetXpp3Writer
public FileSetXpp3Writer()
write
public void write(Writer writer,
FileSet fileSet)
throws IOException
- Method write.
- Parameters:
writer
- fileSet
-
- Throws:
IOException
write
public void write(OutputStream stream,
FileSet fileSet)
throws IOException
- Method write.
- Parameters:
stream
- fileSet
-
- Throws:
IOException
Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.