de.fu_berlin.ties
Class Main

java.lang.Object
  extended by de.fu_berlin.ties.Main

public final class Main
extends Object

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.

Version:
$Revision: 1.31 $, $Date: 2007/01/29 19:14:35 $, $Author: siefkes $
Author:
Christian Siefkes

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

NAME

public static final String NAME
The name of this software.

See Also:
Constant Field Values

VERSION_NO

public static final String VERSION_NO
The current version number of this software.

See Also:
Constant Field Values
Method Detail

main

public static void main(String[] args)
Main method: execute the given goal (first argument) on the given arguments.

Parameters:
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[]))


Copyright © 2003-2007 Christian Siefkes. All Rights Reserved.