Package org.openbase.jul.processing
Class VariableProcessor
- java.lang.Object
-
- org.openbase.jul.processing.VariableProcessor
-
public final class VariableProcessor extends Object
* @author Divine Divine Threepwood
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
resolveVariables
public static String resolveVariables(String context, boolean throwOnError, Collection<VariableProvider> providers) throws MultiException
- Throws:
MultiException
-
resolveVariables
public static String resolveVariables(String context, boolean throwOnError, VariableProvider... providers) throws MultiException
- Throws:
MultiException
-
resolveVariable
public static String resolveVariable(String variable, Collection<VariableProvider> providers) throws MultiException
- Throws:
MultiException
-
resolveVariable
public static String resolveVariable(String variable, VariableProvider... providers) throws MultiException
- Throws:
MultiException
-
-