Class CastorProperties

java.lang.Object
org.castor.core.util.AbstractProperties
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 Details

    • 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.