public class BundleIdentity extends Object
| Constructor and Description |
|---|
BundleIdentity(org.osgi.framework.Bundle bundle) |
BundleIdentity(org.osgi.framework.dto.BundleDTO bundle) |
BundleIdentity(Map.Entry<String,org.osgi.framework.Version> entry) |
BundleIdentity(String bsn,
String version) |
BundleIdentity(String bsn,
org.osgi.framework.Version version) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBundleSymbolicName() |
org.osgi.framework.Version |
getVersion() |
int |
hashCode() |
String |
toString() |
public BundleIdentity(String bsn, org.osgi.framework.Version version)
public BundleIdentity(org.osgi.framework.Bundle bundle)
public BundleIdentity(org.osgi.framework.dto.BundleDTO bundle)
public String getBundleSymbolicName()
public org.osgi.framework.Version getVersion()
Copyright © 2021. All rights reserved.