Class BuildCacheConfigXpp3Writer
- java.lang.Object
-
- org.apache.maven.buildcache.xml.config.io.xpp3.BuildCacheConfigXpp3Writer
-
public class BuildCacheConfigXpp3Writer extends Object
Class BuildCacheConfigXpp3Writer.- Version:
- $Revision$ $Date$
-
-
Constructor Summary
Constructors Constructor Description BuildCacheConfigXpp3Writer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setFileComment(String fileComment)
Method setFileComment.void
write(OutputStream stream, CacheConfig cacheConfig)
Method write.void
write(Writer writer, CacheConfig cacheConfig)
Method write.
-
-
-
Method Detail
-
setFileComment
public void setFileComment(String fileComment)
Method setFileComment.- Parameters:
fileComment
- a fileComment object.
-
write
public void write(Writer writer, CacheConfig cacheConfig) throws IOException
Method write.- Parameters:
writer
- a writer object.cacheConfig
- a cacheConfig object.- Throws:
IOException
- java.io.IOException if any.
-
write
public void write(OutputStream stream, CacheConfig cacheConfig) throws IOException
Method write.- Parameters:
stream
- a stream object.cacheConfig
- a cacheConfig object.- Throws:
IOException
- java.io.IOException if any.
-
-