public class InternalDumperFactoryImpl extends Object implements DumperFactory
Constructor and Description |
---|
InternalDumperFactoryImpl(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 InternalDumperFactoryImpl(Options options)
public DumperFactory getFactoryWithPrefix(String prefix, int version)
getFactoryWithPrefix
in interface DumperFactory
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 ExceptionDumper getExceptionDumper()
getExceptionDumper
in interface DumperFactory
public SummaryDumper getSummaryDumper()
getSummaryDumper
in interface DumperFactory
public ProgressDumper getProgressDumper()
getProgressDumper
in interface DumperFactory
Copyright © 2011-2021. All Rights Reserved.