public class DocHandlerFactory extends HashMap<String,DocHandlerFacade>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
static String |
USE_CATALOG_PROP |
Modifier and Type | Method and Description |
---|---|
String |
getUseCatalog() |
static DocHandlerFactory |
newInstance(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog) |
static DocHandlerFactory |
newInstance(String factoryCatalogPath) |
static DocHandlerFacade |
register(Collection<org.fugerit.java.core.cfg.xml.FactoryType> col) |
static DocHandlerFacade |
register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog) |
static DocHandlerFacade |
register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog,
String useFactory) |
static DocHandlerFacade |
register(String factoryCatalogPath) |
static DocHandlerFacade |
register(String factoryCatalogPath,
String useFactory) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
public static final String USE_CATALOG_PROP
public static DocHandlerFacade register(String factoryCatalogPath) throws Exception
Exception
public static DocHandlerFacade register(String factoryCatalogPath, String useFactory) throws Exception
Exception
public static DocHandlerFacade register(Collection<org.fugerit.java.core.cfg.xml.FactoryType> col) throws Exception
Exception
public static DocHandlerFacade register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog) throws Exception
Exception
public static DocHandlerFacade register(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog, String useFactory) throws Exception
Exception
public static DocHandlerFactory newInstance(String factoryCatalogPath) throws Exception
Exception
public static DocHandlerFactory newInstance(org.fugerit.java.core.cfg.xml.FactoryCatalog catalog) throws Exception
Exception
public String getUseCatalog()
Copyright © 2021 Fugerit. All rights reserved.