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

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

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.
 FileSystem FileSystemConfig.createFileSystem()
          Instantiates and initializes the configured file system implementation class.
 ISMLocking ISMLockingConfig.createISMLocking()
           
 WorkspaceConfig RepositoryConfig.createWorkspaceConfig(String name)
          Creates a new workspace configuration with the specified name.
 WorkspaceConfig RepositoryConfig.createWorkspaceConfig(String name, InputSource template)
          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  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.
 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 parent, String name)
          Parses a named bean configuration from the given element.
protected  ClusterConfig RepositoryConfigurationParser.parseClusterConfig(Element parent)
          Parses cluster configuration.
protected  DataStoreConfig RepositoryConfigurationParser.parseDataStoreConfig(Element parent)
          Parses data store configuration.
protected  ISMLockingConfig RepositoryConfigurationParser.parseISMLockingConfig(Element parent)
          Parses ism locking configuration.
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.
protected  VersioningConfig RepositoryConfigurationParser.parseVersioningConfig(Element parent)
          Parses versioning configuration.
 WorkspaceConfig RepositoryConfigurationParser.parseWorkspaceConfig(InputSource xml)
          Parses workspace configuration.
protected  Element ConfigurationParser.parseXML(InputSource xml)
          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.
 

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

Methods in org.apache.jackrabbit.core.jndi that throw ConfigurationException
protected  RepositoryConfig BindableRepository.createRepositoryConfig(String configFilePath, String repHomeDir)
          Creates a repository configuration from a path to the repository.xml file and the repository home directory.
 



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