public interface ParameterSet
Modifier and Type | Method and Description |
---|---|
String |
get(String name)
Returns the target parameter value.
|
Set<String> |
getAvailable()
Returns the all available parameter names in this set.
|
boolean |
isAvailable(String name)
Returns whether the target parameter is available in this set or not.
|
Map<String,String> |
toMap()
Returns all available parameters.
|
boolean isAvailable(String name)
name
- the target parameter nametrue
if the parameter is available, otherwise false
String get(String name)
name
- the target parameter namenull
if the target parameter is not available in this setisAvailable(String)
Set<String> getAvailable()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.