|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Processor
Method Summary | |
---|---|
void |
configure(Properties props)
Configure the Processor, providing the details needed to process logs. |
String |
getDirName()
Get the name of the directory where the output of the processor is placed. |
void |
process(File in,
File out)
Process the files in the input directory and place them in the output directory. |
Method Detail |
---|
void process(File in, File out) throws ProcessingException
in
- The directory containing the input filesout
- The directory where output is placed
ProcessingException
- If an error occurs.String getDirName()
void configure(Properties props) throws ProcessingException
props
- A Properties
containing the needed
configuration values.
ProcessingException
- If the provided Properties do not contain
the needed configuration values.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |