Nuxeo Enterprise Platform 5.3

com.anwrt.ooserver.daemon
Class CommandLine

java.lang.Object
  extended by com.anwrt.ooserver.daemon.CommandLine

public final class CommandLine
extends Object

All command line specific menus and informations are made here

Author:
Jounayd Id Salah

Field Summary
static String cmdStatus
           
static String cmdStop
           
static String ERROR_TAG
          displayed tag for command line specific errors
 
Method Summary
static void start(String[] args)
          Starts the command line menu, creates the daemon and runs it
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_TAG

public static final String ERROR_TAG
displayed tag for command line specific errors

See Also:
Constant Field Values

cmdStatus

public static final String cmdStatus
See Also:
Constant Field Values

cmdStop

public static final String cmdStop
See Also:
Constant Field Values
Method Detail

start

public static void start(String[] args)
Starts the command line menu, creates the daemon and runs it

Parameters:
args - arguments that come from Daemon's main method

Nuxeo Enterprise Platform 5.3

Copyright © 2010 Nuxeo SAS. All Rights Reserved.