public class ENFtpProcessor extends DetailByDetailProcessor
Processor
that removes the version information from
file names in EN FTP logs.OUTPUT_DIR_NAME
inputDetailMap, outputDetailMap, segmentedInput, segmentedOutput
Constructor and Description |
---|
ENFtpProcessor() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
processLine(BufferedReader reader,
PrintWriter writer)
Use the provided reader to read in a line, reformat it, then write the
new version of the line using the provided writer.
|
configure, getDirName, getNextDetail, getOutputFileName, parseInputLine
configure, determineErrorTolerance, formatOutputLine, parseInputSpec, parseOutputSpec, process, process, processFile, processFileList, resetDetailMaps, validateLineSpecs, verifyConfiguration
protected boolean processLine(BufferedReader reader, PrintWriter writer) throws ProcessingException, IOException
processLine
in class LogReformatProcessor
reader
- The reader already initialized to read from
the input file.writer
- A writer already initialized to write to
the output file.ProcessingException
- If an error occurs.IOException
Copyright © 2010–2015 Planetary Data System. All rights reserved.