com.application.areca.processor
Class DeleteProcessor

java.lang.Object
  extended by com.application.areca.processor.AbstractProcessor
      extended by 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

Constructor Summary
DeleteProcessor()
           
 
Method Summary
 Duplicable duplicate()
          Create a copy of the Duplicable
 boolean equals(java.lang.Object obj)
           
 int getDelay()
           
 java.lang.String getParametersSummary()
           
 int hashCode()
           
 void runImpl(ProcessContext context)
           
 void setDelay(int delay)
           
 void validate()
           
 
Methods inherited from class com.application.areca.processor.AbstractProcessor
compareTo, getName, run
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeleteProcessor

public DeleteProcessor()
Parameters:
target -
Method Detail

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