org.ops4j.pax.runner.daemon
Class DaemonLauncher
java.lang.Object
org.ops4j.pax.runner.daemon.DaemonLauncher
public class DaemonLauncher
- extends java.lang.Object
An entry point to start and stop the Daemon from the CLI. Based on the
parameters supplied, the Pax Runner can:
- Start attached to the console.
- Start detached from the console.
- Stop the Pax Runner Daemon launched, if any.
- Since:
- 0.20.0 (29 April 2009)
- Author:
- Thomas Joseph
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OPTION_START
public static final java.lang.String OPTION_START
- See Also:
- Constant Field Values
OPTION_STARTD
public static final java.lang.String OPTION_STARTD
- See Also:
- Constant Field Values
OPTION_STOP
public static final java.lang.String OPTION_STOP
- See Also:
- Constant Field Values
SPACE
public static final java.lang.String SPACE
- See Also:
- Constant Field Values
getInstance
public static final DaemonLauncher getInstance()
main
public static void main(java.lang.String[] args)
- Parameters:
args
-
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.