Package | Description |
---|---|
org.apache.jackrabbit.core.config |
Jackrabbit configuration handling.
|
Modifier and Type | Class and Description |
---|---|
class |
VersioningConfig
Versioning configuration.
|
class |
WorkspaceConfig
Workspace configuration.
|
Modifier and Type | Method and Description |
---|---|
protected ISMLockingFactory |
RepositoryConfigurationParser.getISMLockingFactory(Element parent)
Returns an ISM locking factory that creates
ISMLocking instances
based on the given configuration. |
Constructor and Description |
---|
VersioningConfig(String home,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
ISMLockingFactory ismLockingFactory)
Creates a versioning configuration object.
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig)
Creates a workspace configuration object.
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig,
ImportConfig importConfig)
Creates a workspace configuration object.
|
WorkspaceConfig(String home,
String name,
boolean clustered,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
QueryHandlerFactory qhf,
ISMLockingFactory ismLockingFactory,
WorkspaceSecurityConfig workspaceSecurityConfig,
ImportConfig importConfig,
long defaultLockTimeout)
Creates a workspace configuration object.
|
Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.