Uses of Interface
org.openbase.jul.processing.VariableProvider
-
-
Uses of VariableProvider in org.openbase.jul.processing
Classes in org.openbase.jul.processing that implement VariableProvider Modifier and Type Class Description class
VariableStore
Methods in org.openbase.jul.processing with parameters of type VariableProvider Modifier and Type Method Description static String
VariableProcessor. resolveVariable(String variable, VariableProvider... providers)
static String
VariableProcessor. resolveVariables(String context, boolean throwOnError, VariableProvider... providers)
Method parameters in org.openbase.jul.processing with type arguments of type VariableProvider Modifier and Type Method Description static String
VariableProcessor. resolveVariable(String variable, Collection<VariableProvider> providers)
static String
VariableProcessor. resolveVariables(String context, boolean throwOnError, Collection<VariableProvider> providers)
-