com.application.areca.processor
Interface Processor
- All Superinterfaces:
- java.lang.Comparable, Duplicable
- All Known Implementing Classes:
- AbstractProcessor, DeleteProcessor, FileDumpProcessor, MailSendProcessor, MergeProcessor, ShellScriptProcessor
public interface Processor
- extends java.lang.Comparable, Duplicable
- Author:
- Olivier PETRUCCI
Areca Build ID : 7299034069467778562
Methods inherited from interface java.lang.Comparable |
compareTo |
run
void run(ProcessContext context)
throws ApplicationException
- Throws:
ApplicationException
getParametersSummary
java.lang.String getParametersSummary()
validate
void validate()
throws ProcessorValidationException
- Throws:
ProcessorValidationException