Interface MutuallyExclusiveGroup

  • All Known Implementing Classes:
    ArgumentGroupImpl

    public interface MutuallyExclusiveGroup
    • Method Detail

      • description

        MutuallyExclusiveGroup description​(java.lang.String description)
        Sets description to customize help message of this group.
        Parameters:
        description - The description of this group.
        Returns:
        this
      • required

        MutuallyExclusiveGroup required​(boolean required)

        If true is given, one of the arguments in this group must be specified otherwise error will be issued.

        The default value is false.

        Parameters:
        required - true or false
        Returns:
        this