public interface VariableProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
VARIABLE_INITIATOR |
static String |
VARIABLE_TERMINATOR |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Method return the name of this provider.
|
String |
getValue(String variable) |
Map<String,String> |
getValues(String variableContains)
Method resolves all variables whose name contains the given identifier.
|
static final String VARIABLE_INITIATOR
static final String VARIABLE_TERMINATOR
String getName()
String getValue(String variable) throws org.openbase.jul.exception.NotAvailableException
variable - the variable name to be resolved.org.openbase.jul.exception.NotAvailableException - is thrown in case the variable could not be resolved.Map<String,String> getValues(String variableContains) throws org.openbase.jul.exception.NotAvailableException
variableContains - the identifier to select the variables.org.openbase.jul.exception.NotAvailableException - is thrown in case no variable name matches the given identifier.Copyright © 2015–2017 openbase.org. All rights reserved.