com.application.areca.processor
Class MergeProcessor
java.lang.Object
com.application.areca.processor.AbstractProcessor
com.application.areca.processor.MergeProcessor
- All Implemented Interfaces:
- Processor, Duplicable, java.lang.Comparable
public class MergeProcessor
- extends AbstractProcessor
Merge archives
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MergeProcessor
public MergeProcessor()
- Parameters:
target
-
getToDelay
public int getToDelay()
setToDelay
public void setToDelay(int toDelay)
getFromDelay
public int getFromDelay()
isKeepDeletedEntries
public boolean isKeepDeletedEntries()
setKeepDeletedEntries
public void setKeepDeletedEntries(boolean keepDeletedEntries)
setFromDelay
public void setFromDelay(int delay)
runImpl
public void runImpl(ProcessContext context)
throws ApplicationException
- Specified by:
runImpl
in class AbstractProcessor
- Throws:
ApplicationException
requiresFilteredEntriesListing
public boolean requiresFilteredEntriesListing()
getParametersSummary
public java.lang.String getParametersSummary()
duplicate
public Duplicable duplicate()
- Description copied from interface:
Duplicable
- Create a copy of the Duplicable
validate
public void validate()
throws ProcessorValidationException
- Throws:
ProcessorValidationException
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object