Interface MatchCountAccessor
- All Known Subinterfaces:
Condition,Directive<T>,MatchCountAccessor.MatchCountProperty,Operand<T>,Option<T>,Property<T>,Term
- All Known Implementing Classes:
AbstractCondition,AbstractDirective,AbstractOperand,AbstractOption,AbstractProperty,AllCondition,AmbiguousArgsException,AndCondition,AnyCondition,ArgsSyntaxException,ArrayDirective,ArrayOperand,ArrayOption,BooleanDirective,BooleanOption,BooleanProperty,CasesCondition,CharDirective,CharOption,CharProperty,CleanFlag,ConfigOption,ConfigProperty,DaemonFlag,DebugFlag,DoubleDirective,DoubleOption,DoubleProperty,EnumDirective,EnumOption,EnumProperty,FileDirective,FileOption,FileProperty,Flag,FloatDirective,FloatOption,FloatProperty,ForceFlag,HelpFlag,InitFlag,IntDirective,IntOption,IntProperty,LongDirective,LongOption,LongProperty,NoneOperand,Operation,OrCondition,ParseArgsException,ParseDirectiveArgsException,ParseOptionArgsException,QuietFlag,StringDirective,StringOperand,StringOption,StringProperty,SuperfluousArgsException,SysInfoFlag,UnknownArgsException,UnknownOperationArgsException,UnknownOptionArgsException,VerboseFlag,XorCondition
public interface MatchCountAccessor
Provides an accessor for a match-count property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a match-count property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a match-count property.static interfaceProvides a match-count property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the match-count from the match-count property.
-
Method Details
-
getMatchCount
int getMatchCount()Retrieves the match-count from the match-count property.- Returns:
- The matchCount stored by the match-count property.
-