gov.nasa.pds.ltdt.gui.configuration
Class ToolsConfiguration

java.lang.Object
  extended by org.apache.commons.configuration.AbstractConfiguration
      extended by org.apache.commons.configuration.BaseConfiguration
          extended by org.apache.commons.configuration.AbstractFileConfiguration
              extended by org.apache.commons.configuration.PropertiesConfiguration
                  extended by gov.nasa.pds.ltdt.gui.configuration.ToolsConfiguration
All Implemented Interfaces:
org.apache.commons.configuration.Configuration, org.apache.commons.configuration.FileConfiguration

public class ToolsConfiguration
extends org.apache.commons.configuration.PropertiesConfiguration

Class to read a configuration file.

Author:
mcayanan

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.configuration.PropertiesConfiguration
org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader, org.apache.commons.configuration.PropertiesConfiguration.PropertiesWriter
 
Field Summary
 
Fields inherited from class org.apache.commons.configuration.AbstractFileConfiguration
autoSave, basePath, fileName, strategy
 
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, START_TOKEN
 
Constructor Summary
ToolsConfiguration(java.net.URL url)
          Constructor
 
Method Summary
 
Methods inherited from class org.apache.commons.configuration.PropertiesConfiguration
getHeader, getInclude, getIncludesAllowed, load, save, setBasePath, setHeader, setInclude, setIncludesAllowed, unescapeJava
 
Methods inherited from class org.apache.commons.configuration.AbstractFileConfiguration
addPropertyDirect, clearProperty, containsKey, enterNoReload, exitNoReload, getBasePath, getEncoding, getFile, getFileName, getKeys, getPath, getProperty, getReloadingStrategy, getURL, isAutoSave, isEmpty, load, load, load, load, load, load, possiblySave, reload, save, save, save, save, save, save, setAutoSave, setEncoding, setFile, setFileName, setPath, setReloadingStrategy, setURL
 
Methods inherited from class org.apache.commons.configuration.BaseConfiguration
clear
 
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addProperty, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDelimiter, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, interpolate, interpolate, interpolateHelper, isThrowExceptionOnMissing, resolveContainerStore, setDelimiter, setProperty, setThrowExceptionOnMissing, subset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.commons.configuration.Configuration
addProperty, clear, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInteger, getKeys, getList, getList, getLong, getLong, getLong, getProperties, getShort, getShort, getShort, getString, getString, getStringArray, setProperty, subset
 

Constructor Detail

ToolsConfiguration

public ToolsConfiguration(java.net.URL url)
                   throws org.apache.commons.configuration.ConfigurationException
Constructor

Parameters:
url - The configuration file.
Throws:
org.apache.commons.configuration.ConfigurationException


Copyright © 2005-2008 NASA Jet Propulsion Laboratory, California Institute of Technology. All Rights Reserved.