Interface CommandOptionManager


public interface CommandOptionManager
Interface for managing and processing command-line options.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    ambiguous argument.
    static final int
    unknown argument.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    get debugging.
    void
    after all params are set process them. includes input and output
    void
    setDebug(boolean d)
    turn debug on or off.
  • Field Details

  • Method Details

    • process

      void process(CommandOptions options) throws Exception
      after all params are set process them. includes input and output
      Parameters:
      options -
      Throws:
      Exception - could be anything, including IO
    • setDebug

      void setDebug(boolean d)
      turn debug on or off.
      Parameters:
      d - on/off
    • getDebug

      boolean getDebug()
      get debugging.
      Returns:
      on/off