Modifier and Type | Method and Description |
---|---|
Version |
Project.getPackageInfo(String packageName) |
Version |
Project.getVersion(String bsn) |
Modifier and Type | Method and Description |
---|---|
Map<String,Version> |
Project.getVersions() |
SortedSet<Version> |
WorkspaceRepository.versions(String bsn) |
Modifier and Type | Method and Description |
---|---|
File |
WorkspaceRepository.get(String bsn,
Version version,
Map<String,String> properties,
RepositoryPlugin.DownloadListener... listeners) |
void |
Project.setPackageInfo(String packageName,
Version newVersion) |
Modifier and Type | Method and Description |
---|---|
Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(SortedMap<Version,RepositoryPlugin> versions,
Strategy useStrategy) |
Modifier and Type | Method and Description |
---|---|
Version |
EE.getCapabilityVersion() |
Modifier and Type | Field and Description |
---|---|
static Version |
AnnotationReader.V1_0 |
static Version |
AnnotationReader.V1_1 |
static Version |
AnnotationReader.V1_2 |
static Version |
AnnotationReader.V1_3 |
static Version |
AnnotationReader.V1_4 |
Modifier and Type | Method and Description |
---|---|
static aQute.bnd.component.ComponentDef |
AnnotationReader.getDefinition(Clazz c,
Analyzer analyzer,
EnumSet<DSAnnotations.Options> options,
XMLAttributeFinder finder,
Version minVersion) |
Modifier and Type | Field and Description |
---|---|
Version |
Baseline.Info.newerVersion |
Version |
Baseline.BundleInfo.newerVersion |
Version |
Baseline.Info.olderVersion |
Version |
Baseline.BundleInfo.olderVersion |
Version |
Baseline.Info.suggestedIfProviders |
Version |
Baseline.Info.suggestedVersion |
Version |
Baseline.BundleInfo.suggestedVersion |
Version |
Baseline.BundleInfo.version
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Version |
Baseline.getNewerVersion() |
Version |
Baseline.getOlderVersion() |
Version |
Baseline.getSuggestedVersion() |
Modifier and Type | Method and Description |
---|---|
void |
Baseline.setSuggestedVersion(Version suggestedVersion) |
Modifier and Type | Method and Description |
---|---|
List<Version> |
FileRepo.versions(String bsn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
FileRepo.put(String bsn,
Version version)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
static Attrs.DataType<List<Version>> |
Attrs.LIST_VERSION |
static Attrs.DataType<Version> |
Attrs.VERSION |
Modifier and Type | Method and Description |
---|---|
Version |
Profiles.CreateOptions.version() |
Modifier and Type | Method and Description |
---|---|
Version |
PomFromManifest.getVersion() |
Modifier and Type | Method and Description |
---|---|
SortedSet<Version> |
MavenRepository.versions(String bsn)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
File |
MavenRepository.get(String bsn,
Version version,
Map<String,String> properties,
RepositoryPlugin.DownloadListener... listeners)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Version> |
MavenRemoteRepository.versions(String bsn) |
Modifier and Type | Method and Description |
---|---|
File |
MavenRemoteRepository.get(String bsn,
Version version,
Map<String,String> properties,
RepositoryPlugin.DownloadListener... listeners) |
Modifier and Type | Field and Description |
---|---|
static Version |
About._2_3 |
static Version |
About._2_4 |
static Version |
About._3_0 |
static Version |
About._3_1 |
static Version |
About._3_2 |
static Version |
About._3_3 |
static Version |
About._3_4 |
static Version |
About._3_5 |
static Version |
About.CURRENT |
Version |
OSInformation.OSNameVersion.osversion |
Modifier and Type | Field and Description |
---|---|
static Map<Version,String[]> |
About.CHANGES |
Modifier and Type | Method and Description |
---|---|
void |
Domain.setBundleVersion(Version version) |
void |
Analyzer.setDefaults(String bsn,
Version version)
Set default import and export instructions if none are set
|
boolean |
Processor.since(Version introduced) |
Modifier and Type | Method and Description |
---|---|
SortedSet<Version> |
BridgeRepository.versions(String bsn) |
Modifier and Type | Method and Description |
---|---|
org.osgi.resource.Resource |
BridgeRepository.get(String bsn,
Version version) |
BridgeRepository.ResourceInfo |
BridgeRepository.getInfo(String bsn,
Version version) |
Modifier and Type | Method and Description |
---|---|
Version |
ResourceUtils.BundleCap.bundle_version() |
static Version |
ResourceUtils.getVersion(org.osgi.resource.Capability cap) |
static Version |
ResourceUtils.toVersion(Object v) |
Version |
ResourceUtils.IdentityCapability.version() |
Modifier and Type | Field and Description |
---|---|
Version |
RepositoryPlugin.PutOptions.version
When set, the repository must use it as the version
|
Modifier and Type | Method and Description |
---|---|
SortedSet<Version> |
RepositoryPlugin.versions(String bsn)
Return a list of versions.
|
Modifier and Type | Method and Description |
---|---|
File |
RepositoryPlugin.get(String bsn,
Version version,
Map<String,String> properties,
RepositoryPlugin.DownloadListener... listeners)
Return a URL to a matching version of the given bundle.
|
Modifier and Type | Field and Description |
---|---|
Version |
SearchableRepository.ResourceDescriptor.version
The version of the resource.
|
Modifier and Type | Method and Description |
---|---|
List<Version> |
MinimalRepository.versions(String bsn) |
Modifier and Type | Method and Description |
---|---|
Future<File> |
MinimalRepository.get(String bsn,
Version version,
Map<String,String> attrs) |
SearchableRepository.ResourceDescriptor |
InfoRepository.getDescriptor(String bsn,
Version version)
Return a resource descriptor for a given bsn/version.
|
Modifier and Type | Field and Description |
---|---|
static Version |
Version.emptyVersion |
static Version |
Version.HIGHEST |
static Version |
Version.LOWEST |
static Version |
Version.ONE |
Modifier and Type | Method and Description |
---|---|
Version |
VersionRange.getHigh() |
Version |
VersionRange.getLow() |
Version |
MavenVersion.getOSGiVersion() |
Version |
Version.getWithoutQualifier() |
static Version |
Version.parseVersion(String version) |
Modifier and Type | Method and Description |
---|---|
Iterable<Version> |
VersionRange.filter(Iterable<Version> versions) |
Modifier and Type | Method and Description |
---|---|
int |
Version.compareTo(Version other) |
boolean |
VersionRange.includes(Version v) |
Modifier and Type | Method and Description |
---|---|
Iterable<Version> |
VersionRange.filter(Iterable<Version> versions) |
Constructor and Description |
---|
MavenVersion(Version osgiVersion) |
VersionRange(boolean b,
Version lower,
Version upper,
boolean c) |
VersionRange(Version low,
Version higher) |
Modifier and Type | Field and Description |
---|---|
static Version |
FileRepo.LATEST_VERSION |
Modifier and Type | Method and Description |
---|---|
SortedSet<Version> |
FileRepo.versions(String bsn) |
Modifier and Type | Method and Description |
---|---|
protected void |
FileRepo.afterPut(File file,
String bsn,
Version version,
String sha) |
protected void |
FileRepo.beforeGet(String bsn,
Version version) |
void |
FileRepo.delete(String bsn,
Version version)
Delete an entry from the repository and cleanup the directory
|
File |
FileRepo.get(String bsn,
Version version,
Map<String,String> properties,
RepositoryPlugin.DownloadListener... listeners) |
SearchableRepository.ResourceDescriptor |
FileRepo.getDescriptor(String bsn,
Version version) |
protected File |
FileRepo.getLocal(String bsn,
Version version,
Map<String,String> properties) |
protected String |
FileRepo.status(String bsn,
Version version) |
Copyright © 2021 aQute SARL. All rights reserved.