|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.esa.beam.framework.processor.ProcessorRunner
public class ProcessorRunner
Runs any processor passed in according to the command line parameters set. This class has a single static method
runProcessor(java.lang.String[], org.esa.beam.framework.processor.Processor) which implements the unified processing scenario performed for all scientific processors in the
BEAM processing framework.
Refer to the command line parser class CmdLineParser for a documentation of the
available comamnd line arguments.
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
static void |
printUsage(Processor processor)
Prints a general help message when no commandline is supplied |
static boolean |
runProcessor(String[] args,
Processor processor)
Implements the unified processing scenario performed for all scientific processors in the BEAM processing framework. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void main(String[] args)
public static boolean runProcessor(String[] args,
Processor processor)
args - the commandline arguments retrieved by the main methodprocessor - the processor
true for successpublic static void printUsage(Processor processor)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||