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

Packages that use InvalidVariableFormatException
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 InvalidVariableFormatException in com.ibm.jsdt.facade
 

Methods in com.ibm.jsdt.facade that throw InvalidVariableFormatException
 java.lang.String VariableConfiguration.getCurrentVariableValueByKey(java.lang.String key)
          Return the current value for the specified variable.
 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.