|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConfigurationException | |
|---|---|
| org.apache.jackrabbit.core.config | Jackrabbit configuration handling. |
| Uses of ConfigurationException in org.apache.jackrabbit.core.config |
|---|
| Methods in org.apache.jackrabbit.core.config that throw ConfigurationException | |
|---|---|
static RepositoryConfig |
RepositoryConfig.create(org.xml.sax.InputSource xml,
java.lang.String home)
Parses the given repository configuration document and returns the parsed and initialized repository configuration. |
static RepositoryConfig |
RepositoryConfig.create(java.io.InputStream input,
java.lang.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(java.lang.String file,
java.lang.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(java.net.URI uri,
java.lang.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(java.lang.String name,
org.xml.sax.InputSource template)
Creates a new workspace configuration with the specified name. |
WorkspaceConfig |
RepositoryConfig.createWorkspaceConfig(java.lang.String name,
java.lang.StringBuffer configContent)
Creates a new workspace configuration with the specified name. |
protected java.lang.String |
ConfigurationParser.getAttribute(org.w3c.dom.Element element,
java.lang.String name)
Returns the value of the named attribute of the given element. |
protected DataStoreFactory |
RepositoryConfigurationParser.getDataStoreFactory(org.w3c.dom.Element parent,
java.lang.String directory)
Parses data store configuration. |
protected org.w3c.dom.Element |
ConfigurationParser.getElement(org.w3c.dom.Element parent,
java.lang.String name)
Returns the named child of the given parent element. |
protected org.w3c.dom.Element |
ConfigurationParser.getElement(org.w3c.dom.Element parent,
java.lang.String name,
boolean required)
Returns the named child of the given parent element. |
protected FileSystemFactory |
RepositoryConfigurationParser.getFileSystemFactory(org.w3c.dom.Element parent,
java.lang.String name)
Creates and returns a factory object that creates FileSystem
instances based on the bean configuration at the named element. |
javax.security.auth.spi.LoginModule |
LoginModuleConfig.getLoginModule()
|
void |
RepositoryConfig.init()
Initializes the repository configuration. |
java.lang.Object |
BeanConfig.newInstance()
Creates a new instance of the configured bean class. |
AccessManagerConfig |
RepositoryConfigurationParser.parseAccessManagerConfig(org.w3c.dom.Element security)
Parses the access manager configuration. |
protected BeanConfig |
ConfigurationParser.parseBeanConfig(org.w3c.dom.Element element)
Parses a named bean configuration from the given element. |
protected BeanConfig |
ConfigurationParser.parseBeanConfig(org.w3c.dom.Element parent,
java.lang.String name)
Parses a named bean configuration from the given element. |
protected ClusterConfig |
RepositoryConfigurationParser.parseClusterConfig(org.w3c.dom.Element parent)
Parses cluster configuration. |
protected ISMLockingConfig |
RepositoryConfigurationParser.parseISMLockingConfig(org.w3c.dom.Element parent)
Parses ism locking configuration. |
protected JournalConfig |
RepositoryConfigurationParser.parseJournalConfig(org.w3c.dom.Element cluster)
Parses journal configuration. |
LoginModuleConfig |
RepositoryConfigurationParser.parseLoginModuleConfig(org.w3c.dom.Element security)
Parses the login module configuration. |
protected java.util.Properties |
ConfigurationParser.parseParameters(org.w3c.dom.Element element)
Parses the configuration parameters of the given element. |
protected PersistenceManagerConfig |
RepositoryConfigurationParser.parsePersistenceManagerConfig(org.w3c.dom.Element parent)
Parses the PersistenceManager config. |
RepositoryConfig |
RepositoryConfigurationParser.parseRepositoryConfig(org.xml.sax.InputSource xml)
Parses repository configuration. |
protected SearchConfig |
RepositoryConfigurationParser.parseSearchConfig(org.w3c.dom.Element parent)
Parses search index configuration. |
SecurityConfig |
RepositoryConfigurationParser.parseSecurityConfig(org.w3c.dom.Element security)
Parses security configuration. |
SecurityManagerConfig |
RepositoryConfigurationParser.parseSecurityManagerConfig(org.w3c.dom.Element security)
Parses the security manager configuration. |
protected VersioningConfig |
RepositoryConfigurationParser.parseVersioningConfig(org.w3c.dom.Element parent)
Parses versioning configuration. |
WorkspaceConfig |
RepositoryConfigurationParser.parseWorkspaceConfig(org.xml.sax.InputSource xml)
Parses workspace configuration. |
WorkspaceSecurityConfig |
RepositoryConfigurationParser.parseWorkspaceSecurityConfig(org.w3c.dom.Element parent)
Read the WorkspaceSecurity Element of Workspace's configuration. |
protected org.w3c.dom.Element |
ConfigurationParser.parseXML(org.xml.sax.InputSource xml)
Parses the given XML document and returns the DOM root element. |
protected org.w3c.dom.Element |
ConfigurationParser.parseXML(org.xml.sax.InputSource xml,
boolean validate)
Parses the given XML document and returns the DOM root element. |
protected java.lang.String |
ConfigurationParser.replaceVariables(java.lang.String value)
Performs variable replacement on the given string value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||