Uses of Interface
org.ops4j.pax.scanner.ScannedBundle

Packages that use ScannedBundle
org.ops4j.pax.scanner   
org.ops4j.pax.scanner.bundle.internal   
org.ops4j.pax.scanner.common   
org.ops4j.pax.scanner.composite.internal   
org.ops4j.pax.scanner.dir.internal   
org.ops4j.pax.scanner.features.internal   
org.ops4j.pax.scanner.file.internal   
org.ops4j.pax.scanner.internal   
org.ops4j.pax.scanner.obr.internal   
org.ops4j.pax.scanner.pom.internal   
 

Uses of ScannedBundle in org.ops4j.pax.scanner
 

Classes in org.ops4j.pax.scanner that implement ScannedBundle
 class ScannedBundleBean
          A Java bean like implementation ScannedBundle.
 

Methods in org.ops4j.pax.scanner that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> Scanner.scan(ProvisionSpec provisionSpec)
          Based on the path the scanner should return a list of scanned bundles for bundles that should be installed.
 java.util.List<ScannedBundle> ProvisionService.scan(java.lang.String spec)
          Parses the spec and based on the provision scheme from the spec delegates to the right provisioning scheme.
The spec has the syntax:
scheme:scheme_specific_path
where:
* scheme is the scheme to be used
* scheme_specific_path is a scheme specific string
 

Method parameters in org.ops4j.pax.scanner with type arguments of type ScannedBundle
 InstallableBundles ProvisionService.wrap(java.util.List<ScannedBundle> scannedBundles)
          Wraps a list of bundle refrences as installables..
 

Uses of ScannedBundle in org.ops4j.pax.scanner.bundle.internal
 

Methods in org.ops4j.pax.scanner.bundle.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> BundleScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.common
 

Classes in org.ops4j.pax.scanner.common that implement ScannedBundle
 class ScannedFileBundle
          Represents an entry in the scanned file..
 

Uses of ScannedBundle in org.ops4j.pax.scanner.composite.internal
 

Methods in org.ops4j.pax.scanner.composite.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> CompositeScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.dir.internal
 

Methods in org.ops4j.pax.scanner.dir.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> DirScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.features.internal
 

Methods in org.ops4j.pax.scanner.features.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> FeaturesScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.file.internal
 

Methods in org.ops4j.pax.scanner.file.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> FileScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.internal
 

Methods in org.ops4j.pax.scanner.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> ProvisionServiceImpl.scan(java.lang.String spec)
           
 

Method parameters in org.ops4j.pax.scanner.internal with type arguments of type ScannedBundle
 InstallableBundles ProvisionServiceImpl.wrap(java.util.List<ScannedBundle> scannedBundles)
          Wraps a list of scanned bundles as installables.
 

Constructors in org.ops4j.pax.scanner.internal with parameters of type ScannedBundle
InstallableBundleImpl(org.osgi.framework.BundleContext bundleContext, ScannedBundle scannedBundle)
          Creates a new Installable Bundle with no start level service.
InstallableBundleImpl(org.osgi.framework.BundleContext bundleContext, ScannedBundle scannedBundle, org.osgi.service.startlevel.StartLevel startLevelService)
          Creates a new Installable Bundle with a start level service that can be null.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.obr.internal
 

Methods in org.ops4j.pax.scanner.obr.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> ObrScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the file specified by the urlSpec.
 

Uses of ScannedBundle in org.ops4j.pax.scanner.pom.internal
 

Methods in org.ops4j.pax.scanner.pom.internal that return types with arguments of type ScannedBundle
 java.util.List<ScannedBundle> PomScanner.scan(ProvisionSpec provisionSpec)
          Reads the bundles from the pom file specified by the urlSpec.
 



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