org.apache.felix.resolver
Interface FelixEnvironment

All Superinterfaces:
Environment

public interface FelixEnvironment
extends Environment


Method Summary
 void checkExecutionEnvironment(Resource resource)
           
 void checkNativeLibraries(Resource resource)
           
 
Methods inherited from interface org.osgi.service.resolver.Environment
findProviders, getWirings, isEffective
 

Method Detail

checkExecutionEnvironment

void checkExecutionEnvironment(Resource resource)
                               throws ResolutionException
Throws:
ResolutionException

checkNativeLibraries

void checkNativeLibraries(Resource resource)
                          throws ResolutionException
Throws:
ResolutionException


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