| Package | Description |
|---|---|
| org.apache.felix.framework.util | |
| org.osgi.framework.hooks.resolver |
| Modifier and Type | Method and Description |
|---|---|
ResolverHook |
SecureAction.invokeResolverHookFactory(ResolverHookFactory rhf,
java.util.Collection<BundleRevision> triggers) |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureAction.invokeResolverHookEnd(ResolverHook rh) |
void |
SecureAction.invokeResolverHookMatches(ResolverHook rh,
BundleRequirement req,
java.util.Collection<BundleCapability> candidates) |
void |
SecureAction.invokeResolverHookResolvable(ResolverHook rh,
java.util.Collection<BundleRevision> candidates) |
void |
SecureAction.invokeResolverHookSingleton(ResolverHook rh,
BundleCapability singleton,
java.util.Collection<BundleCapability> collisions) |
| Modifier and Type | Method and Description |
|---|---|
ResolverHook |
ResolverHookFactory.begin(java.util.Collection<BundleRevision> triggers)
This method is called by the framework each time a resolve process begins
to obtain a
resolver hook instance. |
Copyright © 2012. All Rights Reserved.