jSyncManager

org.jSyncManager
Class Launcher

java.lang.Object
  |
  +--org.jSyncManager.Launcher

public class Launcher
extends java.lang.Object

The jSyncManager primary launcher class. This class is used to determine what program or interface to start when the jSyncManager is launched. By default, we'll start the Swing GUI client, however this class will accept the following parameters to launch different jSyncManager executable classes:

--gui
Starts the Swing GUI jSyncManager application.
--legacy-gui
Starts the legacy GUI, using a combination of AWT and Swing components.
--server
Starts the MultiPort Server version of the jSyncManager
--help
Lists the possible targets.

Version:
$Revision: 1.5 $
Author:
Brad BARCLAY <bbarclay@jsyncmanager.org>
Last modified by: $Author: dingodave $.

Method Summary
static void main(java.lang.String[] args)
          The Launcher entry point.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static final void main(java.lang.String[] args)
The Launcher entry point. The first parameter should be one of the possible

jSyncManager

Copyright (c) 1999 - 2003 Brad BARCLAY and others. All Rights Reserved.