org.castor.core.util
Class CastorProperties

java.lang.Object
  extended by org.castor.core.util.AbstractProperties
      extended by org.castor.core.util.CastorProperties

public final class CastorProperties
extends AbstractProperties

Properties class 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
CastorProperties(AbstractProperties parent)
          Construct properties with given parent.
 
Method Summary
 
Methods inherited from class org.castor.core.util.AbstractProperties
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

CastorProperties

public CastorProperties(AbstractProperties parent)
Construct properties 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 properties.


Copyright © 2011. All Rights Reserved.