|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.fortuna.ical4j.model.PropertyFactoryImpl
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.
Method Summary | |
Property |
createProperty(String name)
Creates an uninitialised property. |
Property |
createProperty(String name,
ParameterList parameters,
String value)
Creates a property. |
static PropertyFactoryImpl |
getInstance()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static PropertyFactoryImpl getInstance()
public Property createProperty(String name)
createProperty
in interface PropertyFactory
name
- name of the property
public Property createProperty(String name, ParameterList parameters, String value) throws IOException, URISyntaxException, ParseException
createProperty
in interface PropertyFactory
name
- name of the propertyparameters
- a list of property parametersvalue
- a property value
ParseException
URISyntaxException
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |