org.apache.directory.server
Class UberjarMain

java.lang.Object
  extended by org.apache.directory.server.UberjarMain

public class UberjarMain
extends Object

The command line main for the server.

Author:
Apache Directory Project

Constructor Summary
UberjarMain()
           
 
Method Summary
static void main(String[] args)
          Takes a single argument, the path to the installation home, which contains the configuration to load with server startup settings.
 void start(String[] args)
           
 void stop()
           
 
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(String[] args)
                 throws 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:
Exception

start

public void start(String[] args)

stop

public void stop()


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.