Package org.benf.cfr.reader
Class PluginRunner.PluginDumperFactory
- java.lang.Object
-
- org.benf.cfr.reader.PluginRunner.PluginDumperFactory
-
- All Implemented Interfaces:
DumperFactory
- Enclosing class:
- PluginRunner
private class PluginRunner.PluginDumperFactory extends java.lang.Object implements DumperFactory
-
-
Field Summary
Fields Modifier and Type Field Description private IllegalIdentifierDumpillegalIdentifierDumpprivate Optionsoptionsprivate java.lang.StringBuilderoutBuffer
-
Constructor Summary
Constructors Constructor Description PluginDumperFactory(java.lang.StringBuilder out, Options options)
-
Method Summary
All Methods Instance Methods Concrete 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)
-
-
-
Field Detail
-
illegalIdentifierDump
private final IllegalIdentifierDump illegalIdentifierDump
-
outBuffer
private final java.lang.StringBuilder outBuffer
-
options
private final Options options
-
-
Constructor Detail
-
PluginDumperFactory
public PluginDumperFactory(java.lang.StringBuilder out, Options options)
-
-
Method Detail
-
getNewTopLevelDumper
public Dumper getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
- Specified by:
getNewTopLevelDumperin interfaceDumperFactory
-
wrapLineNoDumper
public Dumper wrapLineNoDumper(Dumper dumper)
- Specified by:
wrapLineNoDumperin interfaceDumperFactory
-
getSummaryDumper
public SummaryDumper getSummaryDumper()
- Specified by:
getSummaryDumperin interfaceDumperFactory
-
getProgressDumper
public ProgressDumper getProgressDumper()
- Specified by:
getProgressDumperin interfaceDumperFactory
-
getExceptionDumper
public ExceptionDumper getExceptionDumper()
- Specified by:
getExceptionDumperin interfaceDumperFactory
-
getFactoryWithPrefix
public DumperFactory getFactoryWithPrefix(java.lang.String prefix, int version)
- Specified by:
getFactoryWithPrefixin interfaceDumperFactory
-
-