Module com.github.rvesse.airline
Class AbbreviatedGroupFinder
java.lang.Object
com.github.rvesse.airline.utils.predicates.AbstractAbbreviationFinder<CommandGroupMetadata>
com.github.rvesse.airline.utils.predicates.parser.AbbreviatedGroupFinder
- All Implemented Interfaces:
Predicate<CommandGroupMetadata>,org.apache.commons.collections4.Predicate<CommandGroupMetadata>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisExactNameMatch(String value, CommandGroupMetadata item) protected booleanisPartialNameMatch(String value, CommandGroupMetadata item) Methods inherited from class com.github.rvesse.airline.utils.predicates.AbstractAbbreviationFinder
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.commons.collections4.Predicate
test
-
Constructor Details
-
AbbreviatedGroupFinder
-
-
Method Details
-
isExactNameMatch
- Specified by:
isExactNameMatchin classAbstractAbbreviationFinder<CommandGroupMetadata>
-
isPartialNameMatch
- Specified by:
isPartialNameMatchin classAbstractAbbreviationFinder<CommandGroupMetadata>
-