Class Madkit
java.lang.Object
madkit.kernel.Madkit
The `Madkit` class is the main entry point for the MaDKit platform. It initializes the
configuration, logging, and starts the kernel agent.
This class uses the PicoCLI library for command-line parsing.
- Since:
- MaDKit 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the kernel configuration.void
launchAgent
(Agent a) Launches the specified agent.static void
The main method for the MaDKit platform.
-
Constructor Details
-
Madkit
Constructs a `Madkit` instance with the specified command-line arguments.- Parameters:
args
- the command-line arguments
-
-
Method Details
-
launchAgent
-
getConfig
-
main
The main method for the MaDKit platform.- Parameters:
args
- the command-line arguments
-