org.apache.commons.configuration
Class SystemConfiguration

java.lang.Object
  |
  +--org.apache.commons.configuration.AbstractConfiguration
        |
        +--org.apache.commons.configuration.MapConfiguration
              |
              +--org.apache.commons.configuration.SystemConfiguration
All Implemented Interfaces:
Configuration

public class SystemConfiguration
extends MapConfiguration

A configuration based on the system properties.

Since:
1.1
Version:
$Revision$, $Date: 2005-02-26 13:56:39 +0100 (Sat, 26 Feb 2005) $
Author:
Emmanuel Bourg

Fields inherited from class org.apache.commons.configuration.MapConfiguration
map
 
Fields inherited from class org.apache.commons.configuration.AbstractConfiguration
END_TOKEN, START_TOKEN
 
Constructor Summary
SystemConfiguration()
          Create a Configuration based on the system properties.
 
Methods inherited from class org.apache.commons.configuration.MapConfiguration
addPropertyDirect, clearProperty, containsKey, getKeys, getMap, getProperty, isEmpty
 
Methods inherited from class org.apache.commons.configuration.AbstractConfiguration
addProperty, clear, 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
 

Constructor Detail

SystemConfiguration

public SystemConfiguration()
Create a Configuration based on the system properties.
See Also:
System#getProperties


Copyright © 2001-2005 The Apache Software Foundation. All Rights Reserved.