public abstract class JpsConfigurationPMetaFactory
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
META_FACTORY_CLASS_PROPERTY |
static java.lang.String |
XML_OID_META_FACTORY_CLASS |
| Constructor and Description |
|---|
JpsConfigurationPMetaFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract JpsConfigurationPFactory |
getElementFactory() |
abstract PersistenceManager |
getPersistenceManager() |
static JpsConfigurationPMetaFactory |
newInstance(java.util.Map<java.lang.String,java.lang.Object> props) |
public static final java.lang.String META_FACTORY_CLASS_PROPERTY
public static final java.lang.String XML_OID_META_FACTORY_CLASS
public static JpsConfigurationPMetaFactory newInstance(java.util.Map<java.lang.String,java.lang.Object> props) throws ConfigurationPersistenceException
ConfigurationPersistenceException - if there was a problem in initializing the factorypublic abstract JpsConfigurationPFactory getElementFactory()
public abstract PersistenceManager getPersistenceManager()