com.application.areca.processor
Class DeleteProcessor
java.lang.Object
com.application.areca.processor.AbstractProcessor
com.application.areca.processor.DeleteProcessor
- All Implemented Interfaces:
- Processor, Duplicable, java.lang.Comparable
public class DeleteProcessor
- extends AbstractProcessor
Delete archives
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DeleteProcessor
public DeleteProcessor()
- Parameters:
target
-
getDelay
public int getDelay()
setDelay
public void setDelay(int delay)
runImpl
public void runImpl(ProcessContext context)
throws ApplicationException
- Specified by:
runImpl
in class AbstractProcessor
- Throws:
ApplicationException
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