Interface Main.OptionHandler

  • All Known Implementing Classes:
    Main.FontSizeHandler
    Enclosing class:
    Main

    protected static interface Main.OptionHandler
    This interface represents an option handler.
    • Method Detail

      • handleOption

        int handleOption​(int i)
        Handles the current option.
        Returns:
        the index of argument just before the next one to handle.
      • getDescription

        java.lang.String getDescription()
        Returns the option description.