class PriorityBasedOMMetaFactoryLocator extends java.lang.Object implements OMMetaFactoryLocator
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map |
factories |
private static org.apache.commons.logging.Log |
log |
| Constructor and Description |
|---|
PriorityBasedOMMetaFactoryLocator() |
| Modifier and Type | Method and Description |
|---|---|
OMMetaFactory |
getOMMetaFactory(java.lang.String feature)
Get the
OMMetaFactory for the given feature. |
(package private) void |
loadImplementations(java.util.List implementations) |
private static final org.apache.commons.logging.Log log
private final java.util.Map factories
void loadImplementations(java.util.List implementations)
public OMMetaFactory getOMMetaFactory(java.lang.String feature)
OMMetaFactoryLocatorOMMetaFactory for the given feature.getOMMetaFactory in interface OMMetaFactoryLocatorfeature - the requested featurenull if no meta factory with the given feature is
available