com.application.areca.processor
Class FileDumpProcessor

java.lang.Object
  extended by com.application.areca.processor.AbstractProcessor
      extended by com.application.areca.processor.FileDumpProcessor
All Implemented Interfaces:
Processor, Duplicable, java.lang.Comparable

public class FileDumpProcessor
extends AbstractProcessor

Dumps the report into a file

Author:
Olivier PETRUCCI

Areca Build ID : 7299034069467778562

Constructor Summary
FileDumpProcessor()
           
 
Method Summary
 Duplicable duplicate()
          Create a copy of the Duplicable
 boolean equals(java.lang.Object obj)
           
 java.io.File getDestinationFolder()
           
 java.lang.String getParametersSummary()
           
 java.lang.String getReportName()
           
 int hashCode()
           
 boolean isOnlyIfError()
           
 void runImpl(ProcessContext context)
           
 void setDestinationFolder(java.io.File destinationFolder)
           
 void setOnlyIfError(boolean onlyIfError)
           
 void setReportName(java.lang.String name)
           
 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

FileDumpProcessor

public FileDumpProcessor()
Parameters:
target -
Method Detail

getDestinationFolder

public java.io.File getDestinationFolder()

setDestinationFolder

public void setDestinationFolder(java.io.File destinationFolder)

getReportName

public java.lang.String getReportName()

setReportName

public void setReportName(java.lang.String name)

isOnlyIfError

public boolean isOnlyIfError()

setOnlyIfError

public void setOnlyIfError(boolean onlyIfError)

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