Class Madkit

java.lang.Object
madkit.kernel.Madkit

public class Madkit extends Object
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 Details

    • Madkit

      public Madkit(String... args)
      Constructs a `Madkit` instance with the specified command-line arguments.
      Parameters:
      args - the command-line arguments
  • Method Details

    • launchAgent

      public void launchAgent(Agent a)
      Launches the specified agent.
      Parameters:
      a - the agent to launch
    • getConfig

      public KernelConfig getConfig()
      Returns the kernel configuration.
      Returns:
      the kernel configuration
    • main

      public static void main(String[] args)
      The main method for the MaDKit platform.
      Parameters:
      args - the command-line arguments