public class SinkDumperFactory extends Object implements DumperFactory
| Constructor and Description |
|---|
SinkDumperFactory(OutputSinkFactory sinkFactory,
Options options) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionDumper |
getExceptionDumper() |
DumperFactory |
getFactoryWithPrefix(String prefix,
int version) |
Dumper |
getNewTopLevelDumper(JavaTypeInstance classType,
SummaryDumper summaryDumper,
TypeUsageInformation typeUsageInformation,
IllegalIdentifierDump illegalIdentifierDump) |
ProgressDumper |
getProgressDumper() |
SummaryDumper |
getSummaryDumper() |
Dumper |
wrapLineNoDumper(Dumper dumper) |
public SinkDumperFactory(OutputSinkFactory sinkFactory, Options options)
public DumperFactory getFactoryWithPrefix(String prefix, int version)
getFactoryWithPrefix in interface DumperFactorypublic Dumper getNewTopLevelDumper(JavaTypeInstance classType, SummaryDumper summaryDumper, TypeUsageInformation typeUsageInformation, IllegalIdentifierDump illegalIdentifierDump)
getNewTopLevelDumper in interface DumperFactorypublic Dumper wrapLineNoDumper(Dumper dumper)
wrapLineNoDumper in interface DumperFactorypublic ProgressDumper getProgressDumper()
getProgressDumper in interface DumperFactorypublic SummaryDumper getSummaryDumper()
getSummaryDumper in interface DumperFactorypublic ExceptionDumper getExceptionDumper()
getExceptionDumper in interface DumperFactoryCopyright © 2011-2021. All Rights Reserved.