| Modifier and Type | Method and Description |
|---|---|
Version |
Project.getPackageInfo(java.lang.String packageName) |
Version |
Project.getVersion(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,Version> |
Project.getVersions() |
java.util.SortedSet<Version> |
WorkspaceRepository.versions(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
WorkspaceRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners) |
void |
Project.setPackageInfo(java.lang.String packageName,
Version newVersion) |
| Modifier and Type | Method and Description |
|---|---|
aQute.service.reporter.Messages.ERROR |
ProjectMessages.FoundVersions_ForStrategy_ButNoProvider(java.util.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,
java.util.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 |
|---|---|
java.util.List<Version> |
FileRepo.versions(java.lang.String bsn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
FileRepo.put(java.lang.String bsn,
Version version)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static Attrs.DataType<java.util.List<Version>> |
Attrs.LIST_VERSION |
static Attrs.DataType<Version> |
Attrs.VERSION |
| Modifier and Type | Method and Description |
|---|---|
Version |
PomFromManifest.getVersion() |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<Version> |
MavenRepository.versions(java.lang.String bsn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
MavenRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<Version> |
MavenRemoteRepository.versions(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
MavenRemoteRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.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 java.util.Map<Version,java.lang.String[]> |
About.CHANGES |
| Modifier and Type | Method and Description |
|---|---|
void |
Domain.setBundleVersion(Version version) |
void |
Analyzer.setDefaults(java.lang.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 |
|---|---|
java.util.SortedSet<Version> |
BridgeRepository.versions(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
org.osgi.resource.Resource |
BridgeRepository.get(java.lang.String bsn,
Version version) |
BridgeRepository.ResourceInfo |
BridgeRepository.getInfo(java.lang.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(java.lang.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 |
|---|---|
java.util.SortedSet<Version> |
RepositoryPlugin.versions(java.lang.String bsn)
Return a list of versions.
|
| Modifier and Type | Method and Description |
|---|---|
java.io.File |
RepositoryPlugin.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.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 |
|---|---|
java.util.List<Version> |
MinimalRepository.versions(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.Future<java.io.File> |
MinimalRepository.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> attrs) |
SearchableRepository.ResourceDescriptor |
InfoRepository.getDescriptor(java.lang.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(java.lang.String version) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Version> |
VersionRange.filter(java.lang.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 |
|---|---|
java.lang.Iterable<Version> |
VersionRange.filter(java.lang.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 |
|---|---|
java.util.SortedSet<Version> |
FileRepo.versions(java.lang.String bsn) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
FileRepo.afterPut(java.io.File file,
java.lang.String bsn,
Version version,
java.lang.String sha) |
protected void |
FileRepo.beforeGet(java.lang.String bsn,
Version version) |
void |
FileRepo.delete(java.lang.String bsn,
Version version)
Delete an entry from the repository and cleanup the directory
|
java.io.File |
FileRepo.get(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties,
RepositoryPlugin.DownloadListener... listeners) |
SearchableRepository.ResourceDescriptor |
FileRepo.getDescriptor(java.lang.String bsn,
Version version) |
protected java.io.File |
FileRepo.getLocal(java.lang.String bsn,
Version version,
java.util.Map<java.lang.String,java.lang.String> properties) |
protected java.lang.String |
FileRepo.status(java.lang.String bsn,
Version version) |