public class PropertyFactoryImpl extends AbstractContentFactory<PropertyFactory>
factoryLoader
Modifier | Constructor and Description |
---|---|
protected |
PropertyFactoryImpl()
Constructor made private to prevent instantiation.
|
Modifier and Type | Method and Description |
---|---|
Property |
createProperty(java.lang.String name) |
Property |
createProperty(java.lang.String name,
ParameterList parameters,
java.lang.String value) |
protected boolean |
factorySupports(PropertyFactory factory,
java.lang.String key) |
allowIllegalNames, getFactory, registerExtendedFactory
protected PropertyFactoryImpl()
protected boolean factorySupports(PropertyFactory factory, java.lang.String key)
factorySupports
in class AbstractContentFactory<PropertyFactory>
public Property createProperty(java.lang.String name)
public Property createProperty(java.lang.String name, ParameterList parameters, java.lang.String value) throws java.io.IOException, java.net.URISyntaxException, java.text.ParseException
java.io.IOException
java.net.URISyntaxException
java.text.ParseException