Interface AnalysisResultWriterFactory
public interface AnalysisResultWriterFactory
Factory class for getting
AnalysisResultsWriter
s.-
Method Summary
Modifier and TypeMethodDescriptiongetWriter
(OutputFormat outputFormat) GetAnalysisResultsWriter
or an emptyOptional
if the factory does not know about anAnalysisResultsWriter
for the givenOutputFormat
.
-
Method Details
-
getWriter
GetAnalysisResultsWriter
or an emptyOptional
if the factory does not know about anAnalysisResultsWriter
for the givenOutputFormat
.
-