public class Elaborator extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AGGREGATED_SUFFIX |
protected AggregationStatus |
aggregationStatus |
static String |
ORIGINAL_SUFFIX |
protected Date |
persistEndTime |
protected Date |
persistStartTime |
| Constructor and Description |
|---|
Elaborator(AggregationStatus aggregationStatus,
Date persistStartTime,
Date persistEndTime) |
| Modifier and Type | Method and Description |
|---|---|
void |
elaborate() |
protected File |
getAggregatedRecordsBackupFile(File originalRecordsbackupFile) |
protected File |
getOriginalRecordsBackupFile(File elaborationDirectory,
String name) |
boolean |
isAggregationAllowed() |
public static final String ORIGINAL_SUFFIX
public static final String AGGREGATED_SUFFIX
protected final AggregationStatus aggregationStatus
protected final Date persistStartTime
protected final Date persistEndTime
public Elaborator(AggregationStatus aggregationStatus, Date persistStartTime, Date persistEndTime) throws Exception
ExceptionCopyright © 2018. All Rights Reserved.