gov.nasa.pds.report.processing
Class RingsDecryptionProcessor

java.lang.Object
  extended by gov.nasa.pds.report.processing.RingsDecryptionProcessor
All Implemented Interfaces:
Processor

public class RingsDecryptionProcessor
extends Object
implements Processor


Field Summary
static String OUTPUT_DIR_NAME
           
 
Constructor Summary
RingsDecryptionProcessor()
           
 
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
 

Field Detail

OUTPUT_DIR_NAME

public static final String OUTPUT_DIR_NAME
See Also:
Constant Field Values
Constructor Detail

RingsDecryptionProcessor

public RingsDecryptionProcessor()
Method Detail

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 files
out - 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.