Package de.dlr.proseo.sampleproc
Class SampleProcessor
java.lang.Object
de.dlr.proseo.sampleproc.SampleProcessor
prosEO Sample Processor - a minimal dummy processor conforming to ESA's
"Generic IPF Interface Specification" (MMFI-GSEG-EOPG-TN-07-0003, V.1.8)
- Author:
- Dr. Thomas Bassler, Hubert Asamer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SampleProcessor
public SampleProcessor()
-
-
Method Details
-
run
Perform the dummy processing: check arguments, parse JobOrder file, read one input file, create one output file- Parameters:
args- the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)- Returns:
- the program exit code (OK or FAILURE)
-
main
Main routine, to be called with a path to a JobOrder XML file as single argument- Parameters:
args- the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)
-