|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ops4j.pax.scanner.features.internal.FeaturesScanner
public class FeaturesScanner
A scanner that scans Apache ServiceMix Kernel features files (xml).
Field Summary |
---|
Fields inherited from interface org.ops4j.pax.scanner.Scanner |
---|
SCHEMA_PROPERTY |
Constructor Summary | |
---|---|
FeaturesScanner(org.ops4j.util.property.PropertyResolver propertyResolver)
Creates a new file scanner. |
Method Summary | |
---|---|
java.util.List<ScannedBundle> |
scan(ProvisionSpec provisionSpec)
Reads the bundles from the file specified by the urlSpec. |
void |
setResolver(org.ops4j.util.property.PropertyResolver propertyResolver)
Sets the propertyResolver to use. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FeaturesScanner(org.ops4j.util.property.PropertyResolver propertyResolver)
propertyResolver
- a propertyResolver; mandatoryMethod Detail |
---|
public java.util.List<ScannedBundle> scan(ProvisionSpec provisionSpec) throws ScannerException
scan
in interface Scanner
provisionSpec
- provisioning specification
ScannerException
- - If an exception eccured during scanningpublic void setResolver(org.ops4j.util.property.PropertyResolver propertyResolver)
propertyResolver
- a propertyResolver
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |