Uses of Class
org.ops4j.pax.scanner.ProvisionSpec

Packages that use ProvisionSpec
org.ops4j.pax.scanner   
org.ops4j.pax.scanner.bundle.internal   
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.obr.internal   
org.ops4j.pax.scanner.pom.internal   
 

Uses of ProvisionSpec in org.ops4j.pax.scanner
 

Methods in org.ops4j.pax.scanner with parameters of type ProvisionSpec
 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.
 

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

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

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

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

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

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

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

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

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

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

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

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

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

Methods in org.ops4j.pax.scanner.pom.internal with parameters of type ProvisionSpec
 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.