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

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

Uses of ScannerException in org.ops4j.pax.scanner
 

Methods in org.ops4j.pax.scanner that throw ScannerException
 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
 

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

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

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

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

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

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

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

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

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

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

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

Methods in org.ops4j.pax.scanner.internal that throw ScannerException
 java.util.List<ScannedBundle> ProvisionServiceImpl.scan(java.lang.String spec)
           
 

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

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

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

Methods in org.ops4j.pax.scanner.pom.internal that throw ScannerException
 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.