com.application.areca
Interface TargetActions

All Known Implementing Classes:
AbstractFileSystemMedium, AbstractIncrementalFileSystemMedium, AbstractRecoveryTarget, FileSystemRecoveryTarget, IncrementalDirectoryMedium, IncrementalZipMedium

public interface TargetActions


Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static int ACTION_ALL
           
static int ACTION_BACKUP
           
static int ACTION_DESCRIBE
           
static int ACTION_INDICATORS
           
static int ACTION_MERGE_OR_DELETE
           
static int ACTION_RECOVER
           
static int ACTION_SIMULATE
           
 

Field Detail

ACTION_ALL

static final int ACTION_ALL
See Also:
Constant Field Values

ACTION_BACKUP

static final int ACTION_BACKUP
See Also:
Constant Field Values

ACTION_RECOVER

static final int ACTION_RECOVER
See Also:
Constant Field Values

ACTION_MERGE_OR_DELETE

static final int ACTION_MERGE_OR_DELETE
See Also:
Constant Field Values

ACTION_DESCRIBE

static final int ACTION_DESCRIBE
See Also:
Constant Field Values

ACTION_INDICATORS

static final int ACTION_INDICATORS
See Also:
Constant Field Values

ACTION_SIMULATE

static final int ACTION_SIMULATE
See Also:
Constant Field Values