public static interface ClassPathScanner.Callback
Modifier and Type | Method and Description |
---|---|
File |
handleBundle(BundleFile bf)
A Bundle was found on the class path.
|
File |
handleJar(BundleFile bf)
A JAR was found on the class path.
|
void |
handleNestedJar(BundleFile bf)
A nested JAR was found on the class path.
|
void handleNestedJar(BundleFile bf)
The callback should return a directory to be used to extract nested JARs from this JAR.
The callback may return null to skip nested JAR extraction
bf
- the JAR foundFile handleJar(BundleFile bf)
The callback should return a directory to be used to extract nested JARs from this JAR.
The callback may return null to skip nested JAR extraction.
bf
- the JAR foundFile handleBundle(BundleFile bf)
The callback should return a directory to be used to extract nested JARs from this JAR.
The callback may return null to skip nested JAR extraction.
bf
- the JAR foundCopyright © 2011 Nuxeo SA. All Rights Reserved.