|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.jcr.ext.backup.RepositoryBackupChainLog
public class RepositoryBackupChainLog
Created by The eXo Platform SAS.
Date: 2010
| Field Summary | |
|---|---|
protected static org.exoplatform.services.log.Log |
logger
|
static String |
PREFIX
|
protected static String |
VERSION_LOG_1_1
Start for 1.1 version log will be stored relative paths. |
| Constructor Summary | |
|---|---|
RepositoryBackupChainLog(File log)
|
|
RepositoryBackupChainLog(File logDirectory,
RepositoryBackupConfig config,
String fullBackupType,
String incrementalBackupType,
String systemWorkspace,
List<String> wsLogFilePathList,
String backupId,
Calendar startTime,
RepositoryEntry rEntry,
RepositoryServiceConfiguration repositoryServiceConfiguration)
|
|
| Method Summary | |
|---|---|
void |
endLog()
Finalize log. |
RepositoryBackupConfig |
getBackupConfig()
Getting repository backup configuration. |
String |
getBackupId()
Getting the backup id. |
Calendar |
getFinishedTime()
Getting the finished time. |
String |
getLogFilePath()
Getting log file path. |
RepositoryEntry |
getOriginalRepositoryEntry()
Getting original repository configuration |
Calendar |
getStartedTime()
Getting the started time. |
String |
getSystemWorkspace()
Getting the system workspace name. |
List<String> |
getWorkspaceBackupsInfo()
Getting the workspace backups info. |
boolean |
isFinilized()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static org.exoplatform.services.log.Log logger
protected static String VERSION_LOG_1_1
public static final String PREFIX
| Constructor Detail |
|---|
public RepositoryBackupChainLog(File logDirectory,
RepositoryBackupConfig config,
String fullBackupType,
String incrementalBackupType,
String systemWorkspace,
List<String> wsLogFilePathList,
String backupId,
Calendar startTime,
RepositoryEntry rEntry,
RepositoryServiceConfiguration repositoryServiceConfiguration)
throws BackupOperationException
logDirectory - config - systemWorkspace - wsLogFilePathList - backupId - startTime - rEntry -
BackupOperationException
public RepositoryBackupChainLog(File log)
throws BackupOperationException
log -
BackupOperationException| Method Detail |
|---|
public String getLogFilePath()
public RepositoryBackupConfig getBackupConfig()
public Calendar getStartedTime()
public Calendar getFinishedTime()
public boolean isFinilized()
public void endLog()
public String getSystemWorkspace()
public List<String> getWorkspaceBackupsInfo()
public String getBackupId()
public RepositoryEntry getOriginalRepositoryEntry()
|
eXo JCR :: Component :: Extension Service 1.16.0-CR2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||