Class ParameterDescription


  • public class ParameterDescription
    extends Object
    • Method Detail

      • getLongestName

        public String getLongestName()
      • getDefault

        public Object getDefault()
      • getDescription

        public String getDescription()
      • getObject

        public Object getObject()
      • getNames

        public String getNames()
      • addValue

        public void addValue​(String value)
      • isAssigned

        public boolean isAssigned()
        Returns:
        true if this parameter received a value during the parsing phase.
      • setAssigned

        public void setAssigned​(boolean b)
      • addValue

        public void addValue​(String value,
                             boolean isDefault)
        Add the specified value to the field. First, validate the value if a validator was specified. Then look up any field converter, then any type converter, and if we can't find any, throw an exception.
      • getParameterAnnotation

        public Parameter getParameterAnnotation()
      • isDynamicParameter

        public boolean isDynamicParameter()
      • isHelp

        public boolean isHelp()
      • isNonOverwritableForced

        public boolean isNonOverwritableForced()