public final class VariableProcessor extends Object
| Modifier and Type | Method and Description |
|---|---|
static String |
resolveVariable(String variable,
Collection<VariableProvider> providers) |
static String |
resolveVariable(String variable,
VariableProvider... providers) |
static String |
resolveVariables(String context,
boolean throwOnError,
Collection<VariableProvider> providers) |
static String |
resolveVariables(String context,
boolean throwOnError,
VariableProvider... providers) |
public static String resolveVariables(String context, boolean throwOnError, Collection<VariableProvider> providers) throws org.openbase.jul.exception.MultiException
org.openbase.jul.exception.MultiExceptionpublic static String resolveVariables(String context, boolean throwOnError, VariableProvider... providers) throws org.openbase.jul.exception.MultiException
org.openbase.jul.exception.MultiExceptionpublic static String resolveVariable(String variable, Collection<VariableProvider> providers) throws org.openbase.jul.exception.MultiException
org.openbase.jul.exception.MultiExceptionpublic static String resolveVariable(String variable, VariableProvider... providers) throws org.openbase.jul.exception.MultiException
org.openbase.jul.exception.MultiExceptionCopyright © 2015–2017 openbase.org. All rights reserved.