Interface MutuallyExclusiveGroup

All Superinterfaces:
ArgumentContainer
All Known Implementing Classes:
ArgumentGroupImpl

public interface MutuallyExclusiveGroup extends ArgumentContainer
  • Method Details

    • description

      MutuallyExclusiveGroup description(String description)
      Description copied from interface: ArgumentContainer
      Sets the description for the arguments of this container.
      Specified by:
      description in interface ArgumentContainer
      Parameters:
      description - The description of this container.
      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