org.weborganic.furi
Class Main

java.lang.Object
  extended by org.weborganic.furi.Main

public final class Main
extends Object

Convenience class to invoke this library on the command-line.

Version:
13 February 2009
Author:
Christophe Lauret

Method Summary
static void main(String[] args)
          Invokes this tool on the command-line.
static void usage(String message)
          Displays the usage of this class on System.err.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws IOException
Invokes this tool on the command-line.

Parameters:
args - The command-line parameters.
Throws:
IOException

usage

public static void usage(String message)
Displays the usage of this class on System.err.

Parameters:
message - Any message (optional)