|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.fu_berlin.ties.Main
public final class Main
A static class that provides a main external
entry point to TIE. The main(String[])
method executes a specified
Processor
on a series of input arguments (typically
files or URLs).
No instances of this class can be created, only the static members should be used.
Field Summary | |
---|---|
static String |
NAME
The name of this software. |
static String |
VERSION_NO
The current version number of this software. |
Method Summary | |
---|---|
static void |
main(String[] args)
Main method: execute the given goal (first argument) on the given arguments. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String NAME
public static final String VERSION_NO
Method Detail |
---|
public static void main(String[] args)
args
- the command-line parameters: first element must be the name
of the Processor
to execute (mapped as configured in "goal"
section), each further element is given as input to an invocation of the
Processor.process(String)
method; elements starting with "+" or
"-" are processed as configuration options (cf.
TiesConfiguration.configureFromArgs(String[])
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |