Uses of Class
org.osgi.service.resolver.ResolutionException

Packages that use ResolutionException
org.apache.felix.resolver   
org.osgi.service.resolver Resolver Package Version 1.0. 
 

Uses of ResolutionException in org.apache.felix.resolver
 

Methods in org.apache.felix.resolver that throw ResolutionException
 void FelixEnvironment.checkExecutionEnvironment(Resource resource)
           
 void FelixEnvironment.checkNativeLibraries(Resource resource)
           
 

Uses of ResolutionException in org.osgi.service.resolver
 

Methods in org.osgi.service.resolver that throw ResolutionException
 java.util.Map<Resource,java.util.List<Wire>> Resolver.resolve(Environment environment, java.util.Collection<? extends Resource> mandatoryResources, java.util.Collection<? extends Resource> optionalResources)
          Attempt to resolve the resources based on the specified environment and return any new resources and wires to the caller.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.