Package org.wso2.maven.reporter
Class AbstractGenerator
- java.lang.Object
-
- org.wso2.maven.reporter.AbstractGenerator
-
- All Implemented Interfaces:
Generator
- Direct Known Subclasses:
HTMLReportGenerator,JsonReportGenerator,SARIFReportGenerator
public abstract class AbstractGenerator extends Object implements Generator
-
-
Constructor Summary
Constructors Constructor Description AbstractGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected WritergetFileWriter(Path filePath)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.wso2.maven.reporter.Generator
generateReport, getName
-
-
-
-
Method Detail
-
getFileWriter
protected Writer getFileWriter(Path filePath) throws IOException
- Throws:
IOException
-
-