Class LocalScmMetadataXpp3Writer
- java.lang.Object
-
- org.apache.maven.scm.provider.local.metadata.io.xpp3.LocalScmMetadataXpp3Writer
-
public class LocalScmMetadataXpp3Writer extends Object
Class LocalScmMetadataXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description LocalScmMetadataXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFileComment(String fileComment)
Method setFileComment.void
write(OutputStream stream, LocalScmMetadata localScmMetadata)
Method write.void
write(Writer writer, LocalScmMetadata localScmMetadata)
Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment
-
-
write
public void write(Writer writer, LocalScmMetadata localScmMetadata) throws IOException
Method write.- Parameters:
writer
-localScmMetadata
-- Throws:
IOException
-
write
public void write(OutputStream stream, LocalScmMetadata localScmMetadata) throws IOException
Method write.- Parameters:
stream
-localScmMetadata
-- Throws:
IOException
-
-