Interface VersionRangeTerm
- All Superinterfaces:
QueryTerm
A term for a Version range query.
-
Method Summary
Modifier and TypeMethodDescriptionGets the end of the version range in the term.Gets thestart of the version range in the term.Methods inherited from interface QueryTerm
isPositive, isWildcardModifier and TypeMethodDescriptionbooleanTests if this is a positive or negative term.booleanTests if this term is a wildcard.
-
Method Details
-
getVersionRangeStart
Version getVersionRangeStart()Gets thestart of the version range in the term.- Returns:
- the start version
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-
getVersionRangeEnd
Version getVersionRangeEnd()Gets the end of the version range in the term.- Returns:
- the end version
- Throws:
IllegalStateException-isWildcard()istrue- Compliance:
mandatory- This method must be implemented.
-