public class Main
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
debug
if this value is set to true, debug mode is enabled.
|
Constructor and Description |
---|
Main() |
Modifier and Type | Method and Description |
---|---|
private static void |
controller_registration_loop(TorpedoProperties sysconf,
TcpServer tcp_server,
RESTApiServer rest_api_server)
This loop is for detecting new controller implementations uploaded to 'controllers' directory.
|
static void |
main(java.lang.String[] args)
This is an entry-point function for Torpedo system.
|
static void |
parseCommandLine(java.lang.String[] args)
This is a function to parse command line options.
|
public static void parseCommandLine(java.lang.String[] args)
args
- command-line parameters.public static void main(java.lang.String[] args)
args
- command-line parameters.private static void controller_registration_loop(TorpedoProperties sysconf, TcpServer tcp_server, RESTApiServer rest_api_server)
sysconf
- tcp_server
- rest_api_server
-