org.castor.core
Class CoreConfiguration

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

public final class CoreConfiguration
extends Configuration

Castor configuration of core modul.

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

Field Summary
static java.lang.String MAPPING_LOADER_FACTORIES
          Property listing all available MappingLoader implementations (org.castor.mapping.Loaders).
 
Constructor Summary
CoreConfiguration()
          Default constructor.
CoreConfiguration(java.lang.ClassLoader application, java.lang.ClassLoader domain)
          Construct a configuration that uses the specified class loaders.
 
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
 

Field Detail

MAPPING_LOADER_FACTORIES

public static final java.lang.String MAPPING_LOADER_FACTORIES
Property listing all available MappingLoader implementations (org.castor.mapping.Loaders).

See Also:
Constant Field Values
Constructor Detail

CoreConfiguration

public CoreConfiguration()
Default constructor. Application and domain class loaders will be initialized to the one used to load the Configuration class. No parent configuration will be set.
Note: This constructor is not intended for public use. Use one of the newInstance() methods of the modul specific configuration instead.


CoreConfiguration

public CoreConfiguration(java.lang.ClassLoader application,
                         java.lang.ClassLoader domain)
Construct a configuration that uses the specified class loaders. No parent configuration will be set.
Note: This constructor is not intended for public use. Use one of the newInstance() methods of the modul specific configuration instead.

Parameters:
domain - Classloader to be used for all domain objects.


Copyright 2008 null. All Rights Reserved.