net.fortuna.ical4j.model
Interface PropertyFactory
- All Known Implementing Classes:
- PropertyFactoryImpl
- public interface PropertyFactory
A factory for creating iCalendar properties.
- Author:
- Ben Fortuna
createProperty
public Property createProperty(String name)
- Parameters:
name
-
- Returns:
createProperty
public Property createProperty(String name,
ParameterList parameters,
String value)
throws IOException,
URISyntaxException,
ParseException
- Parameters:
name
- parameters
- value
-
- Returns:
-
- Throws:
IOException
URISyntaxException
ParseException