public abstract class FileRenderer extends Object implements ChangeLogRenderer
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.maven.plugin.logging.Log |
log |
protected Writer |
writer |
| Constructor and Description |
|---|
FileRenderer(org.apache.maven.plugin.logging.Log log,
File targetFolder,
String filename,
boolean append) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected String |
convertStreamToString(InputStream is) |
protected String |
loadResourceToString(String resourcePath) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrenderCommit, renderFooter, renderHeader, renderTagprotected Writer writer
protected final org.apache.maven.plugin.logging.Log log
public FileRenderer(org.apache.maven.plugin.logging.Log log,
File targetFolder,
String filename,
boolean append)
throws IOException
IOExceptionpublic void close()
close in interface ChangeLogRendererprotected String convertStreamToString(InputStream is)
protected String loadResourceToString(String resourcePath) throws IOException
IOExceptionCopyright © 2011–2019. All rights reserved.