org.apache.ode.utils.cli
Class Main

java.lang.Object
  extended by org.apache.ode.utils.cli.Main

public class Main
extends java.lang.Object

Class used for starting the main(...) method of command-line utilities. Provides a general startup mechanism.


Field Summary
static java.lang.String PROP_MAINCLASS
          The name of the system property that is exepcted to contain the actual main class name.
 
Constructor Summary
Main()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROP_MAINCLASS

public static final java.lang.String PROP_MAINCLASS
The name of the system property that is exepcted to contain the actual main class name. The main-class is a normal Java program. The main-class will be loaded using the bootstrap class loader.

Constructor Detail

Main

public Main()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Throwable
Throws:
java.lang.Throwable