public static class CalAdrUri.Factory extends AbstractFactory implements PropertyFactory<CalAdrUri>
Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
CalAdrUri |
createProperty(Group group,
java.util.List<Parameter> params,
java.lang.String value) |
CalAdrUri |
createProperty(java.util.List<Parameter> params,
java.lang.String value) |
supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supports
public CalAdrUri createProperty(java.util.List<Parameter> params, java.lang.String value) throws java.net.URISyntaxException
createProperty
in interface PropertyFactory<CalAdrUri>
params
- property parameters used to construct a new instancevalue
- a property value used to construct a new instancejava.net.URISyntaxException
- where an invalid URL is specified in the property valuepublic CalAdrUri createProperty(Group group, java.util.List<Parameter> params, java.lang.String value) throws java.net.URISyntaxException, java.text.ParseException
createProperty
in interface PropertyFactory<CalAdrUri>
group
- the property groupparams
- property parameters used to construct a new instancevalue
- a property value used to construct a new instancejava.net.URISyntaxException
- where an invalid URL is specified in the property valuejava.text.ParseException
- where an invalid date string is specified in the property value