| Package | Description |
|---|---|
| net.ossindex.version | |
| net.ossindex.version.impl |
| Modifier and Type | Method and Description |
|---|---|
static IVersionRange |
VersionFactory.getRange(String vstring)
Get a version range
|
static IVersionRange |
VersionFactory.getRange(String[] versions)
Join this set of ranges together.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
IVersionRange.intersects(IVersionRange yourRange)
Check if two ranges intersect
|
| Modifier and Type | Class and Description |
|---|---|
class |
AndRange
Two ranges anded together
|
class |
BoundedVersionRange
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
|
class |
OrRange
Two ranges anded together
|
class |
VersionRange
A bounded version range is capped at both ends, for example 1.2.5 - 1.2.8
|
class |
VersionSet
An version set is a range where all the contained values are
explicit ranges.
|
| Modifier and Type | Field and Description |
|---|---|
protected IVersionRange |
LogicalRange.range1 |
protected IVersionRange |
LogicalRange.range2 |
| Modifier and Type | Method and Description |
|---|---|
IVersionRange |
VersionListener.getRange() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VersionSet.intersects(IVersionRange yourRange) |
boolean |
VersionRange.intersects(IVersionRange yourRange) |
boolean |
OrRange.intersects(IVersionRange yourRange) |
boolean |
BoundedVersionRange.intersects(IVersionRange yourRange) |
boolean |
AndRange.intersects(IVersionRange yourRange) |
| Constructor and Description |
|---|
AndRange(IVersionRange range1,
IVersionRange range2) |
OrRange(IVersionRange range1,
IVersionRange range2) |
Copyright © 2016. All rights reserved.