org.columba.core.main |
Main program entrypoint for Columba.
|
Java Source File Name | Type | Comment |
Bootstrap.java | Class | |
ColumbaClient.java | Class | Client connecting to the
ColumbaServer to check if a session of
Columba is already running. |
ColumbaCmdLineParser.java | Class | Parsing the commandline arguments and setting states, that can be used from
other components. |
ColumbaServer.java | Class | Opens a server socket to manage multiple sessions of Columba capable of
passing commands to the main session. |
Main.java | Class | Columba's main class used to start the application. |
MainClassLoader.java | Class | Main entry point classloader. |
MainInterface.java | Class | Main interface to all core services, factories and managers. |
SessionController.java | Class | Contains the logic necessary to search for running Columba sessions and
pass command line arguments to it or to start a new session. |