public class ResolverBundle extends VersionSupplier implements Comparable<ResolverBundle>
| Modifier and Type | Field and Description |
|---|---|
static int |
RESOLVED |
static int |
RESOLVING |
static int |
UNRESOLVED |
base| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ResolverBundle o) |
void |
detachFromHosts() |
static boolean |
equivalentMaps(Map<String,Object> existingDirectives,
Map<String,Object> newDirectives,
boolean exactMatch) |
BundleDescription |
getBundleDescription() |
ResolverBundle |
getResolverBundle() |
String |
toString() |
getBaseDescription, getName, getVersionpublic static final int UNRESOLVED
public static final int RESOLVING
public static final int RESOLVED
public BundleDescription getBundleDescription()
getBundleDescription in class VersionSupplierpublic ResolverBundle getResolverBundle()
public String toString()
toString in class VersionSupplierpublic static boolean equivalentMaps(Map<String,Object> existingDirectives, Map<String,Object> newDirectives, boolean exactMatch)
public void detachFromHosts()
public int compareTo(ResolverBundle o)
compareTo in interface Comparable<ResolverBundle>Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.