|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.config.VersioningConfig
public class VersioningConfig
Versioning configuration. This configuration class is used to create configured versioning objects.
The contained configuration information are: the home directory, the file system implementation, and the persistence manager implementation.
RepositoryConfig.getVersioningConfig()| Constructor Summary | |
|---|---|
VersioningConfig(String home,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
ISMLockingFactory ismLockingFactory)
Creates a versioning configuration object. |
|
| Method Summary | |
|---|---|
FileSystem |
getFileSystem()
Creates and returns the configured versioning file system. |
File |
getHomeDir()
Returns the versioning home directory. |
ISMLocking |
getISMLocking()
Creates and returns the configured versioning locking strategy. |
PersistenceManagerConfig |
getPersistenceManagerConfig()
Returns the versioning persistence manager configuration. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public VersioningConfig(String home,
FileSystemFactory fsf,
PersistenceManagerConfig pmc,
ISMLockingFactory ismLockingFactory)
home - home directoryfsf - file system factorypmc - persistence manager configurationismLockingFactory - the item state manager locking factory| Method Detail |
|---|
public File getHomeDir()
public FileSystem getFileSystem()
throws RepositoryException
getFileSystem in interface FileSystemFactoryFileSystem
RepositoryException - if the file system can not be createdpublic PersistenceManagerConfig getPersistenceManagerConfig()
public ISMLocking getISMLocking()
throws RepositoryException
getISMLocking in interface ISMLockingFactoryISMLocking
RepositoryException - if the locking strategy can not be created
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||