Interface Plugin

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Plugin
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    customize(picocli.CommandLine commandLine, CamelJBangMain main)
    Customize given command line adding sub-commands in particular.
  • Method Details

    • customize

      void customize(picocli.CommandLine commandLine, CamelJBangMain main)
      Customize given command line adding sub-commands in particular.
      Parameters:
      commandLine - the command line to adjust.
      main - the current JBang main.