|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.fortuna.ical4j.model.AbstractContentFactory
net.fortuna.ical4j.model.ParameterFactoryImpl
public class ParameterFactoryImpl
A factory for creating iCalendar parameters. $Id $ [05-Apr-2004]
| Constructor Summary | |
|---|---|
protected |
ParameterFactoryImpl()
|
| Method Summary | |
|---|---|
Parameter |
createParameter(java.lang.String name,
java.lang.String value)
Creates a parameter. |
static ParameterFactoryImpl |
getInstance()
|
| Methods inherited from class net.fortuna.ical4j.model.AbstractContentFactory |
|---|
allowIllegalNames, getFactory, registerDefaultFactory, registerExtendedFactory |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected ParameterFactoryImpl()
| Method Detail |
|---|
public static ParameterFactoryImpl getInstance()
public Parameter createParameter(java.lang.String name,
java.lang.String value)
throws java.net.URISyntaxException
createParameter in interface ParameterFactoryname - name of the parametervalue - a parameter value
java.net.URISyntaxException - thrown when the specified string is not a valid representation of a URI for selected
parameters
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||