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(java.lang.String name) |
Property |
createProperty(java.lang.String name,
ParameterList parameters,
java.lang.String value) |
static PropertyFactoryImpl |
getInstance() |
allowIllegalNames, getFactory, registerDefaultFactory, registerExtendedFactoryprotected PropertyFactoryImpl()
public static PropertyFactoryImpl getInstance()
public Property createProperty(java.lang.String name)
createProperty in interface PropertyFactoryname - a property namepublic 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 - a property nameparameters - a list of property parametersvalue - a property valuejava.io.IOException - where an unexpected error occurs reading datajava.net.URISyntaxException - where data contains an invalid URIjava.text.ParseException - where data is unable to be parsed correctlyCopyright © 2004-2014 Micronode. All Rights Reserved.