Klasse 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)
Autor:
Dr. Thomas Bassler, Hubert Asamer
  • Konstruktorübersicht

    Konstruktoren
    Konstruktor
    Beschreibung
     
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    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

    Von Klasse geerbte Methoden java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Konstruktordetails

    • SampleProcessor

      public SampleProcessor()
  • Methodendetails

    • run

      public int run(String[] args)
      Perform the dummy processing: check arguments, parse JobOrder file, read one input file, create one output file
      Parameter:
      args - the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)
      Gibt zurück:
      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
      Parameter:
      args - the invocation arguments (only one argument allowed, namely the path to a JobOrder XML file)