public interface Params
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Params.ParamsProvider
A
Params supplier |
| Modifier and Type | Method and Description |
|---|---|
Value |
add(String param)
Adds a new value at the params
|
void |
bind(String name,
Object value)
set the value from the class
|
List<String> |
getParametersNames() |
boolean |
isNotEmpty() |
static Params |
newParams()
It returns a new Params instance
|
boolean isNotEmpty()
Value add(String param)
param - the paramValuevoid bind(String name, Object value)
name - the namevalue - the valueCopyright © 2017–2019 Eclipse Foundation. All rights reserved.