org.jSyncManager.Tools
Class ConduitInstallerTool
java.lang.Objectorg.jSyncManager.Tools.ConduitInstallerTool
public final class ConduitInstallerTool
extends java.lang.Object
The jConduit Installer Utility.
This is a command-line driven utility which allows for the installation of jConduits.
This is useful for creating an installer that gives the user the option of installing
jConduits as a part of the installer, as this can then handle their addition to the jSyncManager
jConduit configuration file.
static void | main(args[] )- Run the Conduit Installer Tool against the specified list of jConduits.
|
main
public static final void main(args[] )
Run the Conduit Installer Tool against the specified list of jConduits.
This method accepts the "--server" parameter to add jConduits to the MultiPort Server instead of the GUI application.
Exit codes:
- 0 - All jConduits installed without error.
- 1 - No jConduits specified on command line.
- 2 - One or more jConduits could not be installed. Check stderr for messages.
- 3 - An error was encountered saving the settings. Check stderr for messages.