| Package | Description |
|---|---|
| org.modeshape.jcr | |
| org.modeshape.jcr.api |
This package provides a set of interfaces that extend the JCR 2.0 API interfaces with additional functionality,
as well as defining the
Repositories interface as a generic abstraction to any container of multiple
JCR Repository instances. |
| Modifier and Type | Field and Description |
|---|---|
protected BackupOptions |
BackupService.BackupActivity.options |
| Modifier and Type | Method and Description |
|---|---|
Problems |
JcrRepositoryManager.backupRepository(File backupDirectory,
BackupOptions backupOptions) |
Problems |
BackupService.backupRepository(File backupDirectory,
BackupOptions options)
Start backing up the repository.
|
BackupService.BackupActivity |
BackupService.createBackupActivity(File backupDirectory,
BackupOptions options)
Create a new
activity instance that can back up the content of the repository as it exists at the
time the activity is executed. |
| Constructor and Description |
|---|
BackupActivity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache,
BackupOptions options) |
| Modifier and Type | Field and Description |
|---|---|
static BackupOptions |
BackupOptions.DEFAULT
Default backup options which will be used when a backup is performed without an explicit set of options.
|
| Modifier and Type | Method and Description |
|---|---|
Problems |
RepositoryManager.backupRepository(File backupDirectory,
BackupOptions backupOptions)
Begin a backup operation of the entire repository, writing the files associated with the backup to the specified directory
on the local file system.
|
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.