net.fortuna.ical4j.model
Interface PropertyFactory

All Known Implementing Classes:
PropertyFactoryImpl

public interface PropertyFactory

A factory for creating iCalendar properties.

Author:
Ben Fortuna

Method Summary
 Property createProperty(java.lang.String name)
           
 Property createProperty(java.lang.String name, ParameterList parameters, java.lang.String value)
           
 

Method Detail

createProperty

Property createProperty(java.lang.String name)
Parameters:
name -
Returns:

createProperty

Property createProperty(java.lang.String name,
                        ParameterList parameters,
                        java.lang.String value)
                        throws java.io.IOException,
                               java.net.URISyntaxException,
                               java.text.ParseException
Parameters:
name -
parameters -
value -
Returns:
Throws:
java.io.IOException
java.net.URISyntaxException
java.text.ParseException


Copyright © 2004-2007 Modularity. All Rights Reserved.