Class ClientLauncher
java.lang.Object
net.vincent.communidirect.client.ClientLauncher
Entry point for the CommuniDirect client application.
Initializes settings and key material, optionally attempts to auto-start the
server, and then launches one of the supported client modes:
terminal (default), GUI, or TUI.
-
Method Summary
-
Method Details
-
main
Starts the client by loading settings and keys, selecting the requested mode from command-line flags, and launching the mode runtime.- Parameters:
args- command-line arguments
-