Package | Description |
---|---|
org.apache.jackrabbit.core |
Contains the core classes that provide the implementation of the JCR API.
|
org.apache.jackrabbit.core.config |
Jackrabbit configuration handling.
|
Modifier and Type | Method and Description |
---|---|
protected InternalVersionManagerImpl |
RepositoryImpl.createVersionManager(VersioningConfig vConfig,
DelegatingObservationDispatcher delegatingDispatcher)
Creates the version manager.
|
Modifier and Type | Method and Description |
---|---|
VersioningConfig |
RepositoryConfig.getVersioningConfig()
Returns the repository versioning configuration.
|
protected VersioningConfig |
RepositoryConfigurationParser.parseVersioningConfig(Element parent)
Parses versioning configuration.
|
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.
|
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.