Package org.openbase.jul.processing
Class VariableProcessor
java.lang.Object
org.openbase.jul.processing.VariableProcessor
* @author Divine Divine Threepwood
-
Method Summary
Modifier and TypeMethodDescriptionstatic 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 Details
-
resolveVariables
public static String resolveVariables(String context, boolean throwOnError, Collection<VariableProvider> providers) throws org.openbase.jul.exception.MultiException - Throws:
org.openbase.jul.exception.MultiException
-
resolveVariables
public static String resolveVariables(String context, boolean throwOnError, VariableProvider... providers) throws org.openbase.jul.exception.MultiException - Throws:
org.openbase.jul.exception.MultiException
-
resolveVariable
public static String resolveVariable(String variable, Collection<VariableProvider> providers) throws org.openbase.jul.exception.MultiException - Throws:
org.openbase.jul.exception.MultiException
-
resolveVariable
public static String resolveVariable(String variable, VariableProvider... providers) throws org.openbase.jul.exception.MultiException - Throws:
org.openbase.jul.exception.MultiException
-