org.springframework.osgi.extender.support
Interface ConditionalApplicationContextCreator.BundleContextFilter

Enclosing class:
ConditionalApplicationContextCreator

public static interface ConditionalApplicationContextCreator.BundleContextFilter

Callback used to filter the bundle contexts for which the default application contexts are created.

Author:
Costin Leau

Method Summary
 boolean matches(BundleContext bundleContext)
          Determines if the given bundle context matches the filter criteria.
 

Method Detail

matches

boolean matches(BundleContext bundleContext)
Determines if the given bundle context matches the filter criteria.

Parameters:
bundleContext - the OSGi bundle context to check
Returns:
true if the bundle context matches, false otherwise.


Copyright © 2006-2011 Spring Framework. All Rights Reserved.