Package cli

Interface CLI

All Known Implementing Classes:
CLIBuild, CLIExpand, CLIProfile, CLISequence, CLIView

public interface CLI
Interface representing a Command Line Interface (CLI) component.
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    static org.apache.commons.cli.Options
    Returns the command line options for this CLI component.
  • Method Details

    • options

      static org.apache.commons.cli.Options options()
      Returns the command line options for this CLI component.
      Returns:
      An Options object containing the command line options.