Package org.eclipse.sisu.mojos
Class CachingWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.StringWriter
-
- org.eclipse.sisu.mojos.CachingWriter
-
- All Implemented Interfaces:
Closeable,Flushable,Appendable,AutoCloseable
public class CachingWriter extends StringWriter
-
-
Constructor Summary
Constructors Constructor Description CachingWriter(Path path, Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classStringWriter- Throws:
IOException
-
-