private class PluginRunner.PluginDumperFactory extends java.lang.Object implements DumperFactory
Modifier and Type | Field and Description |
---|---|
private IllegalIdentifierDump |
illegalIdentifierDump |
private Options |
options |
private java.lang.StringBuilder |
outBuffer |
Constructor and Description |
---|
PluginDumperFactory(java.lang.StringBuilder out,
Options options) |
Modifier and Type | Method and 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) |
private final IllegalIdentifierDump illegalIdentifierDump
private final java.lang.StringBuilder outBuffer
private final Options options
public PluginDumperFactory(java.lang.StringBuilder out, Options options)
public Dumper getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
getNewTopLevelDumper
in interface DumperFactory
public Dumper wrapLineNoDumper(Dumper dumper)
wrapLineNoDumper
in interface DumperFactory
public SummaryDumper getSummaryDumper()
getSummaryDumper
in interface DumperFactory
public ProgressDumper getProgressDumper()
getProgressDumper
in interface DumperFactory
public ExceptionDumper getExceptionDumper()
getExceptionDumper
in interface DumperFactory
public DumperFactory getFactoryWithPrefix(java.lang.String prefix, int version)
getFactoryWithPrefix
in interface DumperFactory