net.fortuna.ical4j.model
Interface PropertyFactory

All Known Implementing Classes:
PropertyFactoryImpl

public interface PropertyFactory

$Id: PropertyFactory.java,v 1.9 2008/12/16 12:34:52 fortuna Exp $ Created on 16/06/2005 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-2009 Modularity. All Rights Reserved.