Class FlagInformation


  • public class FlagInformation
    extends Object
    Holds information about a command flag.
    • Constructor Detail

      • FlagInformation

        public FlagInformation​(String valueFormat,
                               String description)
    • Method Detail

      • getValueFormat

        public String getValueFormat()
        Gets a description of the value format.
        Returns:
        the value format
      • getDescription

        public String getDescription()
        Gets a description of what this flag does for the command.
        Returns:
        the description