|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |