Package org.benf.cfr.reader.util.output
Interface DumperFactory
-
- All Known Implementing Classes:
InternalDumperFactoryImpl,PluginRunner.PluginDumperFactory,SinkDumperFactory
public interface DumperFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExceptionDumpergetExceptionDumper()DumperFactorygetFactoryWithPrefix(java.lang.String prefix, int version)DumpergetNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)ProgressDumpergetProgressDumper()SummaryDumpergetSummaryDumper()DumperwrapLineNoDumper(Dumper dumper)
-
-
-
Method Detail
-
getNewTopLevelDumper
Dumper getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
-
getProgressDumper
ProgressDumper getProgressDumper()
-
getSummaryDumper
SummaryDumper getSummaryDumper()
-
getExceptionDumper
ExceptionDumper getExceptionDumper()
-
getFactoryWithPrefix
DumperFactory getFactoryWithPrefix(java.lang.String prefix, int version)
-
-