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 ExceptionDumper
getExceptionDumper()
DumperFactory
getFactoryWithPrefix(java.lang.String prefix, int version)
Dumper
getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
ProgressDumper
getProgressDumper()
SummaryDumper
getSummaryDumper()
Dumper
wrapLineNoDumper(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)
-
-