org.apache.jackrabbit.core.config
Class DataStoreConfig

java.lang.Object
  extended by org.apache.jackrabbit.core.config.BeanConfig
      extended by org.apache.jackrabbit.core.config.DataStoreConfig

public class DataStoreConfig
extends BeanConfig

Data store configuration.


Constructor Summary
DataStoreConfig(BeanConfig config)
          Creates a data store configuration object from the given bean configuration.
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.core.config.BeanConfig
getClassLoader, getClassName, getDefaultClassLoader, getParameters, newInstance, setClassLoader, setDefaultClassLoader
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataStoreConfig

public DataStoreConfig(BeanConfig config)
Creates a data store configuration object from the given bean configuration.

Parameters:
config - bean configuration


Copyright © 2004-2008 The Apache Software Foundation. All Rights Reserved.