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, getVersion
public static final int UNRESOLVED
public static final int RESOLVING
public static final int RESOLVED
public BundleDescription getBundleDescription()
getBundleDescription
in class VersionSupplier
public ResolverBundle getResolverBundle()
public String toString()
toString
in class VersionSupplier
public 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–2018 The Apache Software Foundation. All rights reserved.