This method returns TRUE if the key supplied is present in the data.
TRUE if the key has been found. Parameters: key - The key to perform the search for. exception: ConfigurationException -
The method that will retrieve the boolean value from the configuration.
TRUE of FALSE Parameters: key - identifying the boolean value. exception: ConfigurationException -
The method that will retrieve the boolean value from the configuration.
The boolean value. Parameters: key - identifying the boolean value. Parameters: defValue - The default boolean value. exception: ConfigurationException -
The method that will retrieve the long value from the configuration file.
The long value. Parameters: key - identifying the long value. exception: ConfigurationException -
The method that will retrieve the long value from the configuration file.
The long value. Parameters: key - identifying the long value. Parameters: defValue - The default long value. exception: ConfigurationException -
The method that returns the string value for the requested key
The string containing the configuration information. Parameters: key - The key to retrieve the value for. exception: ConfigurationException -
The method that returns the string value for the requested key
The string containing the configuration information. Parameters: key - The key to retrieve the value for. Parameters: defValue - The default value. exception: ConfigurationException -
This method returns true if the object is a boolean.
TRUE if long, FALSE if not. Parameters: key - The key to check the long type of. exception: ConfigurationException -
This method returns true if the object is a long.
TRUE if long, FALSE if not. Parameters: key - The key to check the long type of. exception: ConfigurationException -
This method returns true if the object is a string.
TRUE if string, FALSE if not. Parameters: key - The key to check the string type of. exception: ConfigurationException -
The method to set a configuration key value.
Parameters: key - The key to set the value for. Parameters: value - The value for the key. exception: ConfigurationException -
The method to set a configuration key value.
Parameters: key - The key to set the value for. Parameters: value - The value for the key. exception: ConfigurationException -
This method set the configuration value for the key.
Parameters: key - The key to set the value for. Parameters: value - The new value to set. exception: ConfigurationException -