Module com.github.rvesse.airline
Class MutuallyExclusiveWithTagParsedOptionFinder
java.lang.Object
com.github.rvesse.airline.utils.predicates.restrictions.AbstractParsedOptionRestrictionBasedFinder
com.github.rvesse.airline.utils.predicates.restrictions.MutuallyExclusiveWithTagParsedOptionFinder
- All Implemented Interfaces:
org.apache.commons.collections4.Predicate<org.apache.commons.lang3.tuple.Pair<OptionMetadata,
Object>>
public class MutuallyExclusiveWithTagParsedOptionFinder
extends AbstractParsedOptionRestrictionBasedFinder
implements org.apache.commons.collections4.Predicate<org.apache.commons.lang3.tuple.Pair<OptionMetadata,Object>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.commons.collections4.Predicate
<OptionRestriction> Methods inherited from class com.github.rvesse.airline.utils.predicates.restrictions.AbstractParsedOptionRestrictionBasedFinder
evaluate
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.commons.collections4.Predicate
evaluate
-
Field Details
-
tag
-
-
Constructor Details
-
MutuallyExclusiveWithTagParsedOptionFinder
-
-
Method Details
-
getRestrictionPredicate
- Specified by:
getRestrictionPredicate
in classAbstractParsedOptionRestrictionBasedFinder
-