Uses of Class
com.ibm.jsdt.facade.VariableNotFoundException

Packages that use VariableNotFoundException
com.ibm.jsdt.facade The facade package enables solution providers to perform dynamic solution configuration based on the environment of the systems they are targeting. 
 

Uses of VariableNotFoundException in com.ibm.jsdt.facade
 

Methods in com.ibm.jsdt.facade that throw VariableNotFoundException
 java.lang.String VariableConfiguration.getCurrentSharedVariableValue(java.lang.String variableName)
          Returns the current value for the specified shared variable.
 java.lang.String VariableConfiguration.getCurrentVariableValue(java.lang.String taskID, java.lang.String applicationID, java.lang.String variableName)
          Return the current value for the specified variable.
 java.lang.String VariableConfiguration.getCurrentVariableValueByKey(java.lang.String key)
          Return the current value for the specified variable.
 void VariableConfiguration.setSharedVariableValue(java.lang.String variableName, java.lang.String value)
          Overrides the current value of the specified shared variable.
 void VariableConfiguration.setSharedVariableValue(java.lang.String variableName, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified shared variable depending on the value of the overrideValue boolean that is passed in.
 void VariableConfiguration.setVariableValue(java.lang.String taskID, java.lang.String applicationID, java.lang.String variableName, java.lang.String value)
          Overrides the current value of the specified variable.
 void VariableConfiguration.setVariableValue(java.lang.String taskID, java.lang.String applicationID, java.lang.String variableName, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified variable depending on the value of the overrideValue boolean that is passed in.
 void VariableConfiguration.setVariableValueByKey(java.lang.String key, java.lang.String value)
          Overrides the current value of the specified variable.
 void VariableConfiguration.setVariableValueByKey(java.lang.String key, java.lang.String value, boolean overrideValue)
          Sets the default value or the current value of the specified variable depending on the value of the overrideValue boolean that is passed in.