Class SampleProcessor

java.lang.Object
de.dlr.proseo.sampleproc.SampleProcessor

public class SampleProcessor extends Object
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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    Main routine, to be called with a path to a JobOrder XML file as single argument
    int
    run(String[] args)
    Perform the dummy processing: check arguments, parse JobOrder file, read one input file, create one output file

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SampleProcessor

      public SampleProcessor()
  • Method Details

    • run

      public int run(String[] args)
      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

      public static void main(String[] args)
      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)