public interface IVersionRange
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(IVersion version) |
IVersion |
getMaximum()
Return the maximum version that satisfies this range
|
IVersion |
getMinimum()
Return the minimum version that satisfies this range
|
boolean |
intersects(IVersionRange yourRange)
Check if two ranges intersect
|
boolean |
isAtomic()
Returns true if this range is a simple singular version
|
boolean |
isSimple()
Return true if this is a simple range which has no gaps
|
boolean contains(IVersion version)
version - boolean isAtomic()
IVersion getMinimum()
IVersion getMaximum()
boolean isSimple()
boolean intersects(IVersionRange yourRange)
yourRange - Copyright © 2016. All rights reserved.