public class PropertyDefFactoryManager
extends java.lang.Object
| Modifier and Type | Method and Description | 
|---|---|
static PropertyDefFactoryManager | 
getInstance()
getInstance returns an instance of PropertyDefFactoryManager the given namespace 
 | 
PropertyDefFactory | 
getPropertyDefFactory(java.lang.String namespace)
getPropertyDefFactory returns the PropertyDefFactory registered against the given namespace 
 | 
void | 
registerPropertyDefFactory(java.lang.String namespace, PropertyDefFactory propDefFactory)
registerPropertyDefFactory registers the PropertyDefFactory against the given namespace 
 | 
void | 
unregisterResourceFactory(java.lang.String namespace)
unregisterPropertyDefFactory unregisters the PropertyDefFactory which was registered against the given namespace 
 | 
public static PropertyDefFactoryManager getInstance()
public PropertyDefFactory getPropertyDefFactory(java.lang.String namespace)
namespace - String
public void registerPropertyDefFactory(java.lang.String namespace,
                              PropertyDefFactory propDefFactory)
namespace - StringpropDefFactory - PropertyDefFactorypublic void unregisterResourceFactory(java.lang.String namespace)
namespace - java.lang.String