de.fu_berlin.ties
Class Main

java.lang.Object
  extended byde.fu_berlin.ties.Main

public final class Main
extends Object

A static class that provides a main external entry point to TIES. 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.11 $, $Date: 2004/04/05 11:18:02 $, $Author: siefkes $
Author:
Christian Siefkes

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
 

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-2004 Christian Siefkes. All Rights Reserved.