Class VariableProcessor

java.lang.Object
org.openbase.jul.processing.VariableProcessor

public final class VariableProcessor extends Object
* @author Divine Divine Threepwood
  • 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