public interface PropertyFactory<T extends Property> extends Serializable
Type | Property and Description |
---|---|
T |
create |
Modifier and Type | Method and Description |
---|---|
T |
createProperty() |
T |
createProperty(ParameterList parameters,
String value) |
boolean |
supports(String name) |
T createProperty()
T createProperty(ParameterList parameters, String value) throws URISyntaxException, ParseException
parameters
- a list of property parametersvalue
- a property valueURISyntaxException
- where data contains an invalid URIParseException
- where data is unable to be parsed correctlyboolean supports(String name)