Uses of Interface
org.ops4j.pax.swissbox.extender.BundleScanner

Packages that use BundleScanner
org.ops4j.pax.swissbox.extender   
 

Uses of BundleScanner in org.ops4j.pax.swissbox.extender
 

Classes in org.ops4j.pax.swissbox.extender that implement BundleScanner
 class BundleEntryScanner<T>
          Scans bundles for entries such as directories of files.
 class BundleManifestScanner
          Scans manifest files for specific manifest entries.
 class BundleURLEntryScanner<T>
          A bundle scanner that uses Bundle.findEntries to search for entries and allows customization of created resources.
 class BundleURLScanner
          A bundle scanner that creates URL's out of entries.
 

Constructors in org.ops4j.pax.swissbox.extender with parameters of type BundleScanner
BundleWatcher(org.osgi.framework.BundleContext context, BundleScanner<T> scanner)
          Create a new bundle watcher.
BundleWatcher(org.osgi.framework.BundleContext context, BundleScanner<T> scanner, BundleObserver<T>... observers)
          Create a new bundle watcher.
 



Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.