public final class PropertyFactoryImpl extends AbstractContentFactory implements PropertyFactory
factories| Modifier and Type | Method and Description |
|---|---|
Property |
createProperty(java.lang.String name)
Creates an uninitialised property.
|
Property |
createProperty(java.lang.String name,
ParameterList parameters,
java.lang.String value)
Creates a property.
|
static PropertyFactoryImpl |
getInstance() |
allowIllegalNamespublic static PropertyFactoryImpl getInstance()
public Property createProperty(java.lang.String name)
createProperty in interface PropertyFactoryname - name of the propertypublic Property createProperty(java.lang.String name, ParameterList parameters, java.lang.String value) throws java.io.IOException, java.net.URISyntaxException, java.text.ParseException
createProperty in interface PropertyFactoryname - name of the propertyparameters - a list of property parametersvalue - a property valuejava.io.IOExceptionjava.net.URISyntaxExceptionjava.text.ParseException