public interface BundleSelector
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldInclude(de.matrixweb.smaller.config.Environment environment,
org.osgi.framework.Bundle bundle)
Returns true if the given
Bundle should be included in the smaller
configuration for the given Environment. |
boolean shouldInclude(de.matrixweb.smaller.config.Environment environment, org.osgi.framework.Bundle bundle)
Bundle should be included in the smaller
configuration for the given Environment.environment - The Environment to setupbundle - The Bundle to consider for inclusionCopyright © 2014. All Rights Reserved.