Package org.castor.core.util
Class CastorProperties
java.lang.Object
org.castor.core.util.AbstractProperties
org.castor.core.util.CastorProperties
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
ConstructorsConstructorDescriptionCastorProperties
(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
-
Constructor Details
-
CastorProperties
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.
-