Package | Description |
---|---|
org.apache.jackrabbit.core.config |
Jackrabbit configuration handling.
|
org.apache.jackrabbit.core.util.db |
Modifier and Type | Method and Description |
---|---|
protected DataSourceConfig |
RepositoryConfigurationParser.parseDataSourceConfig(Element parent)
Parses the DataSources configuration under the given parent.
|
Constructor and Description |
---|
RepositoryConfig(String home,
SecurityConfig sec,
FileSystemFactory fsf,
String workspaceDirectory,
String workspaceConfigDirectory,
String defaultWorkspace,
int workspaceMaxIdleTime,
Element template,
VersioningConfig vc,
QueryHandlerFactory qhf,
ClusterConfig cc,
DataStoreFactory dsf,
RepositoryLockMechanismFactory rlf,
DataSourceConfig dsc,
ConnectionFactory cf,
RepositoryConfigurationParser parser)
Creates a repository configuration object.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionFactory.registerDataSources(DataSourceConfig dsc)
Registers a number of data sources.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.