net.fortuna.ical4j.model
Class PropertyFactoryImpl
AbstractContentFactorynet.fortuna.ical4j.model.PropertyFactoryImpl
- PropertyFactory
public final class PropertyFactoryImpl
extends AbstractContentFactory
implements PropertyFactory
$Id: PropertyFactoryImpl.java,v 1.16 2008/12/16 12:34:53 fortuna Exp $ [05-Apr-2004]
A factory for creating iCalendar properties. Note that if relaxed parsing is enabled (via specifying the system
property: icalj.parsing.relaxed=true) illegal property names are allowed.
Property | createProperty(String name)- Creates an uninitialised property.
|
Property | createProperty(String name, ParameterList parameters, String value)- Creates a property.
|
static PropertyFactoryImpl | getInstance()
|
createProperty
public Property createProperty(String name)
Creates an uninitialised property.
name - name of the property
createProperty
public Property createProperty(String name,
ParameterList parameters,
String value)
throws IOException,
URISyntaxException,
ParseException Creates a property.
name - name of the propertyparameters - a list of property parametersvalue - a property value
getInstance
public static PropertyFactoryImpl getInstance()