com.application.areca
Interface HistoryEntryTypes

All Known Implementing Classes:
AbstractRecoveryTarget, FileSystemRecoveryTarget, HistoryComposite, IndicatorsComposite

public interface HistoryEntryTypes

List of the available history entry types in Areca

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Field Summary
static int HISTO_BACKUP
           
static int HISTO_BACKUP_CANCEL
           
static int HISTO_DELETE
           
static int HISTO_MERGE
           
static int HISTO_MERGE_CANCEL
           
static int HISTO_RECOVER
           
 

Field Detail

HISTO_BACKUP

static final int HISTO_BACKUP
See Also:
Constant Field Values

HISTO_MERGE

static final int HISTO_MERGE
See Also:
Constant Field Values

HISTO_RECOVER

static final int HISTO_RECOVER
See Also:
Constant Field Values

HISTO_BACKUP_CANCEL

static final int HISTO_BACKUP_CANCEL
See Also:
Constant Field Values

HISTO_MERGE_CANCEL

static final int HISTO_MERGE_CANCEL
See Also:
Constant Field Values

HISTO_DELETE

static final int HISTO_DELETE
See Also:
Constant Field Values