Package | Description |
---|---|
aQute.bnd.filerepo | |
aQute.bnd.maven | |
aQute.bnd.osgi.resource | |
aQute.bnd.resource.repository | |
aQute.bnd.service.repository | |
aQute.bnd.version |
Modifier and Type | Method and Description |
---|---|
java.io.File[] |
FileRepo.get(java.lang.String bsn,
VersionRange versionRange)
Deprecated.
Get a list of URLs to bundles that are constrained by the bsn and
versionRange.
|
java.io.File |
FileRepo.get(java.lang.String bsn,
VersionRange range,
int strategy)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
(package private) java.io.File[] |
MavenRepository.find(java.lang.String groupId,
java.lang.String artifactId,
VersionRange range)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private static VersionRange |
CapReqBuilder.toRange(java.lang.Object o) |
Modifier and Type | Method and Description |
---|---|
void |
ResourceBuilder.addRequireBundle(java.lang.String bsn,
VersionRange range) |
FilterBuilder |
FilterBuilder.in(java.lang.String key,
VersionRange range) |
(package private) java.lang.Object |
ResourceBuilder.toBundleVersionFilter(VersionRange range) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<SearchableRepository.ResourceDescriptor> |
ResourceRepositoryImpl.find(java.lang.String repoId,
java.lang.String bsn,
VersionRange range) |
Modifier and Type | Method and Description |
---|---|
java.util.SortedSet<SearchableRepository.ResourceDescriptor> |
ResourceRepository.find(java.lang.String repository,
java.lang.String bsn,
VersionRange range) |
Modifier and Type | Method and Description |
---|---|
VersionRange |
VersionRange.intersect(VersionRange other)
Intersect two version ranges
|
static VersionRange |
VersionRange.parseOSGiVersionRange(java.lang.String version) |
static VersionRange |
VersionRange.parseVersionRange(java.lang.String version) |
Modifier and Type | Method and Description |
---|---|
VersionRange |
VersionRange.intersect(VersionRange other)
Intersect two version ranges
|