T - the type of the entrypublic class UnresolvedEntry<T> extends Object
BundleContext.| Constructor and Description |
|---|
UnresolvedEntry(T entry,
org.osgi.framework.BundleContext context)
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.osgi.framework.BundleContext |
getContext()
Gets the
BundleContext of the unresolved entry. |
T |
getEntry()
Gets the unresolved entry.
|
int |
hashCode() |
String |
toString() |
public UnresolvedEntry(T entry, org.osgi.framework.BundleContext context)
entry - the unresolved entrycontext - the bundle context of the unresolved entrypublic T getEntry()
public org.osgi.framework.BundleContext getContext()
BundleContext of the unresolved entry.Copyright © 2012–2019 Drombler. All rights reserved.