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 IllegalIdentifierDump
illegalIdentifierDump
private Options
options
private java.lang.StringBuilder
outBuffer
-
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 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)
-
-
-
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:
getNewTopLevelDumper
in interfaceDumperFactory
-
wrapLineNoDumper
public Dumper wrapLineNoDumper(Dumper dumper)
- Specified by:
wrapLineNoDumper
in interfaceDumperFactory
-
getSummaryDumper
public SummaryDumper getSummaryDumper()
- Specified by:
getSummaryDumper
in interfaceDumperFactory
-
getProgressDumper
public ProgressDumper getProgressDumper()
- Specified by:
getProgressDumper
in interfaceDumperFactory
-
getExceptionDumper
public ExceptionDumper getExceptionDumper()
- Specified by:
getExceptionDumper
in interfaceDumperFactory
-
getFactoryWithPrefix
public DumperFactory getFactoryWithPrefix(java.lang.String prefix, int version)
- Specified by:
getFactoryWithPrefix
in interfaceDumperFactory
-
-