net.fortuna.ical4j.model
public class PropertyFactoryImpl extends AbstractContentFactory implements PropertyFactory
Modifier | Constructor and Description |
---|---|
protected |
PropertyFactoryImpl()
Constructor made private to prevent instantiation.
|
Modifier and Type | Method and Description |
---|---|
Property |
createProperty(String name) |
Property |
createProperty(String name,
ParameterList parameters,
String value) |
static PropertyFactoryImpl |
getInstance() |
allowIllegalNames, getFactory, registerDefaultFactory, registerExtendedFactory
protected PropertyFactoryImpl()
public static PropertyFactoryImpl getInstance()
public Property createProperty(String name)
createProperty
in interface PropertyFactory
name
- a property namepublic Property createProperty(String name, ParameterList parameters, String value) throws IOException, URISyntaxException, ParseException
createProperty
in interface PropertyFactory
name
- a property nameparameters
- a list of property parametersvalue
- a property valueIOException
- where an unexpected error occurs reading dataURISyntaxException
- where data contains an invalid URIParseException
- where data is unable to be parsed correctlyCopyright © 2004-2013 Micronode. All Rights Reserved.