public interface Parameterizable
Modifier and Type | Method and Description |
---|---|
java.util.Collection<java.lang.String> |
getParametersNames()
Get the names of the supported parameters.
|
boolean |
isSupported(java.lang.String name)
Check if a parameter is supported.
|
java.util.Collection<java.lang.String> getParametersNames()
isSupported(String)
boolean isSupported(java.lang.String name)
Supported parameters are those listed by getParametersNames()
.
name
- parameter name to checkgetParametersNames()
Copyright (c) 2003-2013 Apache Software Foundation