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

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

Uses of MalformedSpecificationException in org.ops4j.pax.scanner
 

Subclasses of MalformedSpecificationException in org.ops4j.pax.scanner
 class UnsupportedSchemaException
          Thrown to indicate that the schema is not supported.
 

Methods in org.ops4j.pax.scanner that throw MalformedSpecificationException
static java.util.regex.Pattern ProvisionSpec.parseFilter(java.lang.String spec)
          Parses a usual filter into a regex pattern.
 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
 

Constructors in org.ops4j.pax.scanner that throw MalformedSpecificationException
ProvisionSpec(java.lang.String spec)
          Constructor.
ProvisionSpec(java.lang.String scheme, java.lang.String path, java.lang.String filter, java.lang.Integer startLevel, java.lang.Boolean shouldStart, java.lang.Boolean shouldUpdate)
           
 

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

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

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

Constructors in org.ops4j.pax.scanner.common that throw MalformedSpecificationException
ScannedFileBundle(java.lang.String reference)
          Constructor
 

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

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

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

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

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

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

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

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

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

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

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

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