org.apache.directory.server
Class UberjarMain

java.lang.Object
  extended byorg.apache.directory.server.UberjarMain

public class UberjarMain
extends java.lang.Object

The command line main for the server. Warning this used to be a simple test case so there really is not much here.

Version:
$Rev: 434430 $
Author:
Apache Directory Project

Constructor Summary
UberjarMain()
           
 
Method Summary
static void main(java.lang.String[] args)
          Takes a single argument, the path to the installation home, which contains the configuration to load with server startup settings.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UberjarMain

public UberjarMain()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Takes a single argument, the path to the installation home, which contains the configuration to load with server startup settings.

Parameters:
args - the arguments
Throws:
java.lang.Exception