Package picocli

Class CommandLine.AbbreviationMatcher.MatchResult<V>

java.lang.Object
picocli.CommandLine.AbbreviationMatcher.MatchResult<V>
Enclosing class:
CommandLine.AbbreviationMatcher

static class CommandLine.AbbreviationMatcher.MatchResult<V> extends Object
  • Field Details

    • fullName

      private final String fullName
    • value

      private final V value
  • Constructor Details

    • MatchResult

      MatchResult(String fullName, V value)
  • Method Details

    • getFullName

      String getFullName()
    • hasValue

      boolean hasValue()
    • getValue

      V getValue()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object