Package cdc.util.cli

Interface OptionEnum


  • public interface OptionEnum
    Interface implemented by enums that can be used as options.

    Author:
    Damien Carbonne
    • Method Detail

      • getName

        String getName()
        Returns:
        The option long name.
      • getShortName

        default String getShortName()
        Returns:
        The optional option short name.
        The default implementation returns null.
      • getDescription

        String getDescription()
        Returns:
        The option description.