public class PropertyFactoryRegistry extends Object
Constructor and Description |
---|
PropertyFactoryRegistry() |
Modifier and Type | Method and Description |
---|---|
PropertyFactory<? extends Property> |
getFactory(String value) |
void |
register(String extendedName,
PropertyFactory<Property> factory) |
public PropertyFactory<? extends Property> getFactory(String value)
value
- a string representation of a property identifierpublic void register(String extendedName, PropertyFactory<Property> factory)
extendedName
- a non-standard property name to registerfactory
- a property factory for creating instances of the non-standard
property typeCopyright © 2008-2012 Micronode. All Rights Reserved.