public interface ParameterFactory<T extends Parameter>
extends java.io.Serializable
Serializable
to support referencing
from Parameter
instances.Modifier and Type | Method and Description |
---|---|
T |
createParameter(java.lang.String value)
Returns a parameter instance of the appropriate type with the specified value.
|
boolean |
supports(java.lang.String name) |
T createParameter(java.lang.String value) throws java.net.URISyntaxException
value
- a value to assign to the returned parameterjava.net.URISyntaxException
- where an invalid URI is encounteredboolean supports(java.lang.String name)