| Package | Description |
|---|---|
| org.jboss.forge.furnace.repositories | |
| org.jboss.forge.furnace.versions |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
AddonDependencyEntry.getVersionRange()
Get the dependency
VersionRange. |
| Modifier and Type | Method and Description |
|---|---|
static AddonDependencyEntry |
AddonDependencyEntry.create(String name,
VersionRange range)
Create a new
AddonDependencyEntry with the given attributes. |
static AddonDependencyEntry |
AddonDependencyEntry.create(String name,
VersionRange range,
boolean exported)
Create a new
AddonDependencyEntry with the given attributes. |
static AddonDependencyEntry |
AddonDependencyEntry.create(String name,
VersionRange range,
boolean exported,
boolean optional)
Create a new
AddonDependencyEntry with the given attributes. |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultVersionRange |
class |
EmptyVersionRange
A
VersionRange that matches no possible Version instances. |
class |
MultipleVersionRange
Construct a version range from a specification.
|
class |
SingleVersionRange |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
VersionRange.getIntersection(VersionRange... ranges)
|
VersionRange |
SingleVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
MultipleVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
EmptyVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
DefaultVersionRange.getIntersection(VersionRange... ranges) |
static VersionRange |
Versions.intersection(Collection<VersionRange> ranges) |
static VersionRange |
Versions.intersection(VersionRange... ranges) |
static VersionRange |
Versions.parseVersionRange(String range) |
| Modifier and Type | Method and Description |
|---|---|
List<VersionRange> |
MultipleVersionRange.getRanges() |
| Modifier and Type | Method and Description |
|---|---|
VersionRange |
VersionRange.getIntersection(VersionRange... ranges)
|
VersionRange |
SingleVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
MultipleVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
EmptyVersionRange.getIntersection(VersionRange... ranges) |
VersionRange |
DefaultVersionRange.getIntersection(VersionRange... ranges) |
static VersionRange |
Versions.intersection(VersionRange... ranges) |
| Modifier and Type | Method and Description |
|---|---|
static VersionRange |
Versions.intersection(Collection<VersionRange> ranges) |
| Constructor and Description |
|---|
MultipleVersionRange(VersionRange... ranges) |
Copyright © 2014 JBoss by Red Hat. All rights reserved.