gov.nasa.pds.report.processing
Class RingsDecryptionProcessor
java.lang.Object
gov.nasa.pds.report.processing.RingsDecryptionProcessor
- All Implemented Interfaces:
- Processor
public class RingsDecryptionProcessor
- extends Object
- implements 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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OUTPUT_DIR_NAME
public static final String OUTPUT_DIR_NAME
- See Also:
- Constant Field Values
RingsDecryptionProcessor
public RingsDecryptionProcessor()
process
public void process(File in,
File out)
throws ProcessingException
- Description copied from interface:
Processor
- Process the files in the input directory and place them in the output
directory. The process performed will vary based on the implementation
and the output will be placed in a sibling directory. The name of that
directory will vary based upon the implementation being used.
- Specified by:
process
in interface Processor
- Parameters:
in
- The directory containing the input filesout
- The directory where output is placed
- Throws:
ProcessingException
- If an error occurs.
getDirName
public String getDirName()
- Description copied from interface:
Processor
- Get the name of the directory where the output of the processor is
placed.
- Specified by:
getDirName
in interface Processor
- Returns:
- The name of the directory created by the Processor.
configure
public void configure(Properties props)
- Description copied from interface:
Processor
- Configure the Processor, providing the details needed to process logs.
- Specified by:
configure
in interface Processor
- Parameters:
props
- A Properties
containing the needed
configuration values.
Copyright © 2010–2015 Planetary Data System. All rights reserved.