Class Location.Factory
java.lang.Object
net.fortuna.ical4j.model.Content.Factory
net.fortuna.ical4j.model.property.Location.Factory
- All Implemented Interfaces:
Serializable,PropertyFactory<Location>
- Enclosing class:
- Location
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.fortuna.ical4j.model.Content.Factory
supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.fortuna.ical4j.model.PropertyFactory
supports
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
createProperty
public Location createProperty(ParameterList parameters, String value) throws IOException, URISyntaxException, ParseException - Specified by:
createPropertyin interfacePropertyFactory<Location>- Parameters:
parameters- a list of property parametersvalue- a property value- Returns:
- a new instance of the specified property
- Throws:
IOException- where an unexpected error occurs reading dataURISyntaxException- where data contains an invalid URIParseException- where data is unable to be parsed correctly
-
createProperty
- Specified by:
createPropertyin interfacePropertyFactory<Location>- Returns:
- a new instance of the specified property
-