Modifier and Type | Class and Description |
---|---|
class |
ClasspathManifest |
class |
EclipseStorageHook |
Modifier and Type | Method and Description |
---|---|
boolean |
EclipseStorageHook.compare(KeyedElement other) |
boolean |
ClasspathManifest.compare(KeyedElement other) |
Modifier and Type | Interface and Description |
---|---|
interface |
StorageHook
A StorageHook hooks into the persistent storage loading and saving.
|
Modifier and Type | Method and Description |
---|---|
void |
ClasspathEntry.addUserObject(KeyedElement userObject)
Adds a user object
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractBundle
This object is given out to bundles and wraps the internal Bundle object.
|
class |
BundleFragment |
class |
BundleHost |
class |
InternalSystemBundle
This class subclasses Bundle to provide a system Bundle
so that the framework can be represented as a bundle and
can access the services provided by other bundles.
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractBundle.compare(KeyedElement other) |
Modifier and Type | Method and Description |
---|---|
KeyedElement[] |
KeyedHashSet.elements()
Returns all elements that exist in this set
|
KeyedElement |
KeyedHashSet.get(KeyedElement otherElement)
Returns the element which compares to the specified element, or null if not found.
|
KeyedElement |
KeyedHashSet.getByKey(Object key)
Returns the element with the specified key, or null if not found.
|
Modifier and Type | Method and Description |
---|---|
Iterator<KeyedElement> |
KeyedHashSet.iterator()
Returns an iterator of elements in this set
|
Modifier and Type | Method and Description |
---|---|
boolean |
KeyedHashSet.add(KeyedElement element)
Adds an element to this set.
|
void |
KeyedHashSet.addAll(KeyedElement[] toAdd)
Adds the specified list of elements to this set.
|
boolean |
KeyedElement.compare(KeyedElement other)
Compares this element with a specified element
|
boolean |
KeyedHashSet.contains(KeyedElement element)
Returns true if the specified element exists in this set.
|
KeyedElement |
KeyedHashSet.get(KeyedElement otherElement)
Returns the element which compares to the specified element, or null if not found.
|
boolean |
KeyedHashSet.remove(KeyedElement toRemove)
Removes the element which compares to the specified element
|
void |
KeyedHashSet.removeAll(KeyedElement[] toRemove)
Removes all of the specified elements from this set
|
Modifier and Type | Class and Description |
---|---|
class |
BaseStorageHook |
class |
DevClassLoadingHook |
Modifier and Type | Method and Description |
---|---|
boolean |
DevClassLoadingHook.compare(KeyedElement other) |
boolean |
BaseStorageHook.compare(KeyedElement other) |
Modifier and Type | Class and Description |
---|---|
class |
CompositeBase
This is a base class for both composite and surrogate bundles.
|
class |
CompositeImpl |
class |
SurrogateImpl |
Modifier and Type | Class and Description |
---|---|
class |
FilteredSourcePackage |
class |
MultiSourcePackage |
class |
NullPackageSource
This class is used to optimize finding provided-packages for a bundle.
|
class |
PackageSource |
class |
SingleSourcePackage |
Modifier and Type | Method and Description |
---|---|
boolean |
PackageSource.compare(KeyedElement other) |
Modifier and Type | Class and Description |
---|---|
class |
BundleDescriptionImpl |
Modifier and Type | Method and Description |
---|---|
boolean |
BundleDescriptionImpl.compare(KeyedElement other) |
Modifier and Type | Class and Description |
---|---|
class |
SignedStorageHook |
Modifier and Type | Method and Description |
---|---|
boolean |
SignedStorageHook.compare(KeyedElement other) |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.