public class DumperRegistry extends AbstractRegistry<IDumperDiscovery>
IDumper registry.| Constructor and Description |
|---|
DumperRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doDispose() |
IDumper |
findDumper(java.lang.String kind)
Returns the dumper registered with the given kind in the registry.
|
IDumper |
getDumper(java.lang.String kind)
Returns the dumper registered with the given kind in the registry and null otherwise.
|
java.util.Set<java.lang.String> |
getKinds()
Returns teh list of the dumper kind registered in the registry.
|
static DumperRegistry |
getRegistry()
Returns the dumper registry instance.
|
protected boolean |
registerInstance(IDumperDiscovery discovery) |
dispose, initialize, initializeIfNeeded, onEndInitialization, onStartInitializationpublic static DumperRegistry getRegistry()
public IDumper findDumper(java.lang.String kind) throws XDocReportException
kind - the dumper kind.XDocReportException - thrown when the dumper is not found.public IDumper getDumper(java.lang.String kind)
options - public java.util.Set<java.lang.String> getKinds()
protected void doDispose()
doDispose in class AbstractRegistry<IDumperDiscovery>protected boolean registerInstance(IDumperDiscovery discovery)
registerInstance in class AbstractRegistry<IDumperDiscovery>Copyright © 2022. All Rights Reserved.