org.castor.core.util
Class CastorConfiguration

java.lang.Object
  extended byorg.castor.core.util.Configuration
      extended byorg.castor.core.util.CastorConfiguration

public final class CastorConfiguration
extends Configuration

Castor configuration holding user properties.

Since:
1.1.3
Version:
$Id: Configuration.java,v 1.8 2006/03/08 17:25:52 jens Exp $
Author:
Ralf Joachim

Constructor Summary
CastorConfiguration(Configuration parent)
          Construct a configuration with given parent.
 
Methods inherited from class org.castor.core.util.Configuration
get, getApplicationClassLoader, getBoolean, getBoolean, getClass, getClassArray, getDomainClassLoader, getInteger, getInteger, getObject, getObjectArray, getString, getString, getStringArray, loadDefaultProperties, loadUserProperties, put, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CastorConfiguration

public CastorConfiguration(Configuration parent)
Construct a configuration with given parent. Application and domain class loaders will be initialized to the ones of the parent.
Note: This constructor is not intended for public use. Use one of the newInstance() methods instead.

Parameters:
parent - Parent configuration.


Copyright 2008 null. All Rights Reserved.