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 DumperFactorypublic Dumper wrapLineNoDumper(Dumper dumper)
wrapLineNoDumper in interface DumperFactorypublic SummaryDumper getSummaryDumper()
getSummaryDumper in interface DumperFactorypublic ProgressDumper getProgressDumper()
getProgressDumper in interface DumperFactorypublic ExceptionDumper getExceptionDumper()
getExceptionDumper in interface DumperFactorypublic DumperFactory getFactoryWithPrefix(java.lang.String prefix, int version)
getFactoryWithPrefix in interface DumperFactory