public final class PluginKey extends Object
Represents a key used throughout the ActiveObjects plugin to store information
about configuration etc. against each plugin using an ActiveObjects
service.
So are equals(Object) and hashCode() as this class can be used and IS used as
key in Maps and other such collections.
| Modifier and Type | Method and Description |
|---|---|
String |
asString() |
boolean |
equals(Object o) |
static PluginKey |
fromBundle(org.osgi.framework.Bundle bundle) |
int |
hashCode() |
String |
toString() |
Copyright © 2018 Atlassian. All rights reserved.