@NotThreadSafe public abstract static class BackupService.Activity extends Object
Modifier and Type | Field and Description |
---|---|
protected File |
backupDirectory |
protected File |
binaryDirectory |
protected BinaryStore |
binaryStore |
protected File |
changeDirectory |
protected LocalDocumentStore |
documentStore |
protected SimpleProblems |
problems |
protected RepositoryCache |
repositoryCache |
Modifier | Constructor and Description |
---|---|
protected |
Activity(File backupDirectory,
LocalDocumentStore documentStore,
BinaryStore binaryStore,
RepositoryCache repositoryCache) |
Modifier and Type | Method and Description |
---|---|
protected String |
backupLocation() |
abstract Problems |
execute()
Execute the activity, using the repository state as it currently exists.
|
protected String |
repositoryName() |
protected final RepositoryCache repositoryCache
protected final File backupDirectory
protected final File changeDirectory
protected final File binaryDirectory
protected final LocalDocumentStore documentStore
protected final BinaryStore binaryStore
protected final SimpleProblems problems
protected Activity(File backupDirectory, LocalDocumentStore documentStore, BinaryStore binaryStore, RepositoryCache repositoryCache)
public abstract Problems execute()
protected final String repositoryName()
protected final String backupLocation()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.