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

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

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

Methods in org.apache.jackrabbit.core.config that throw ConfigurationException
static RepositoryConfig RepositoryConfig.create(InputSource xml, String home)
          Parses the given repository configuration document and returns the parsed and initialized repository configuration.
static RepositoryConfig RepositoryConfig.create(InputStream input, String home)
          Convenience method that wraps the configuration input stream into an InputSource and invokes the RepositoryConfig.create(InputSource, String) method.
static RepositoryConfig RepositoryConfig.create(String file, String home)
          Convenience method that wraps the configuration file name into an InputSource and invokes the RepositoryConfig.create(InputSource, String) method.
static RepositoryConfig RepositoryConfig.create(URI uri, String home)
          Convenience method that wraps the configuration URI into an InputSource and invokes the RepositoryConfig.create(InputSource, String) method.
 ISMLocking ISMLockingConfig.createISMLocking()
           
 WorkspaceConfig RepositoryConfig.createWorkspaceConfig(String name, InputSource template)
          Creates a new workspace configuration with the specified name.
 WorkspaceConfig RepositoryConfig.createWorkspaceConfig(String name, StringBuffer configContent)
          Creates a new workspace configuration with the specified name.
protected  String ConfigurationParser.getAttribute(Element element, String name)
          Returns the value of the named attribute of the given element.
protected  DataStoreFactory RepositoryConfigurationParser.getDataStoreFactory(Element parent, String directory)
          Parses data store configuration.
protected  Element ConfigurationParser.getElement(Element parent, String name)
          Returns the named child of the given parent element.
protected  Element ConfigurationParser.getElement(Element parent, String name, boolean required)
          Returns the named child of the given parent element.
protected  FileSystemFactory RepositoryConfigurationParser.getFileSystemFactory(Element parent, String name)
          Creates and returns a factory object that creates FileSystem instances based on the bean configuration at the named element.
 LoginModule LoginModuleConfig.getLoginModule()
           
 void RepositoryConfig.init()
          Initializes the repository configuration.
 Object BeanConfig.newInstance()
          Creates a new instance of the configured bean class.
 AccessManagerConfig RepositoryConfigurationParser.parseAccessManagerConfig(Element security)
          Parses the access manager configuration.
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element element)
          Parses a named bean configuration from the given element.
protected  BeanConfig ConfigurationParser.parseBeanConfig(Element parent, String name)
          Parses a named bean configuration from the given element.
protected  ClusterConfig RepositoryConfigurationParser.parseClusterConfig(Element parent)
          Parses cluster configuration.
protected  ISMLockingConfig RepositoryConfigurationParser.parseISMLockingConfig(Element parent)
          Parses ism locking configuration. ism locking configuration uses the following format: <ISMLocking class="..."
protected  JournalConfig RepositoryConfigurationParser.parseJournalConfig(Element cluster)
          Parses journal configuration.
 LoginModuleConfig RepositoryConfigurationParser.parseLoginModuleConfig(Element security)
          Parses the login module configuration.
protected  Properties ConfigurationParser.parseParameters(Element element)
          Parses the configuration parameters of the given element.
protected  PersistenceManagerConfig RepositoryConfigurationParser.parsePersistenceManagerConfig(Element parent)
          Parses the PersistenceManager config.
 RepositoryConfig RepositoryConfigurationParser.parseRepositoryConfig(InputSource xml)
          Parses repository configuration.
protected  SearchConfig RepositoryConfigurationParser.parseSearchConfig(Element parent)
          Parses search index configuration.
 SecurityConfig RepositoryConfigurationParser.parseSecurityConfig(Element security)
          Parses security configuration.
 SecurityManagerConfig RepositoryConfigurationParser.parseSecurityManagerConfig(Element security)
          Parses the security manager configuration.
protected  VersioningConfig RepositoryConfigurationParser.parseVersioningConfig(Element parent)
          Parses versioning configuration.
 WorkspaceConfig RepositoryConfigurationParser.parseWorkspaceConfig(InputSource xml)
          Parses workspace configuration.
 WorkspaceSecurityConfig RepositoryConfigurationParser.parseWorkspaceSecurityConfig(Element parent)
          Read the WorkspaceSecurity Element of Workspace's configuration.
protected  Element ConfigurationParser.parseXML(InputSource xml)
          Parses the given XML document and returns the DOM root element.
protected  Element ConfigurationParser.parseXML(InputSource xml, boolean validate)
          Parses the given XML document and returns the DOM root element.
protected  String ConfigurationParser.replaceVariables(String value)
          Performs variable replacement on the given string value.
 



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