Class BuildCacheConfigXpp3Writer
java.lang.Object
org.apache.maven.buildcache.xml.config.io.xpp3.BuildCacheConfigXpp3Writer
Class BuildCacheConfigXpp3Writer.
- Version:
- $Revision$ $Date$
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFileComment(String fileComment) Method setFileComment.voidwrite(OutputStream stream, CacheConfig cacheConfig) Method write.voidwrite(Writer writer, CacheConfig cacheConfig) Method write.
-
Constructor Details
-
BuildCacheConfigXpp3Writer
public BuildCacheConfigXpp3Writer()
-
-
Method Details
-
setFileComment
Method setFileComment.- Parameters:
fileComment- a fileComment object.
-
write
Method write.- Parameters:
writer- a writer object.cacheConfig- a cacheConfig object.- Throws:
IOException- java.io.IOException if any.
-
write
Method write.- Parameters:
stream- a stream object.cacheConfig- a cacheConfig object.- Throws:
IOException- java.io.IOException if any.
-