Uses of Class
org.apache.jackrabbit.core.config.BeanConfig

Packages that use BeanConfig
org.apache.jackrabbit.core.config   
 

Uses of BeanConfig in org.apache.jackrabbit.core.config
 

Subclasses of BeanConfig in org.apache.jackrabbit.core.config
 class AccessManagerConfig
          Access manager configuration.
 class DataStoreConfig
          Data store configuration.
 class FileSystemConfig
          File system configuration.
 class ISMLockingConfig
          ItemStateManager locking configuration.
 class JournalConfig
          Journal configuration.
 class LoginModuleConfig
          LoginModule configuration.
 class PersistenceManagerConfig
          Persistence manager configuration.
 class SearchConfig
          Search index configuration.
 

Methods in org.apache.jackrabbit.core.config that return BeanConfig
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element parent, String name)
          Parses a named bean configuration from the given element.
 

Constructors in org.apache.jackrabbit.core.config with parameters of type BeanConfig
AccessManagerConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
BeanConfig(BeanConfig config)
          Copies a bean configuration.
DataStoreConfig(BeanConfig config)
          Creates a data store configuration object from the given bean configuration.
FileSystemConfig(BeanConfig config)
          Creates a file system configuration object.
JournalConfig(BeanConfig config)
          Creates a journal configuration object from the given bean configuration.
LoginModuleConfig(BeanConfig config)
          Creates an access manager configuration object from the given bean configuration.
PersistenceManagerConfig(BeanConfig config)
          Creates a persistence manager configuration object from the given bean configuration.
 



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