public class VersionRange extends Object
| Constructor and Description |
|---|
VersionRange(String range) |
VersionRange(String[] ranges) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
intersects(VersionRange range)
Return true if the provided range intersects our range
|
String |
toString() |
public VersionRange(String[] ranges)
public VersionRange(String range)
public boolean intersects(VersionRange range)
range - Version range we are trying to intersect withCopyright © 2015. All rights reserved.