Package org.nuxeo.osgi.application
Class ApplicationLoader.BundleFileScanner
java.lang.Object
org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
org.nuxeo.osgi.application.ApplicationLoader.BundleFileScanner
- All Implemented Interfaces:
BundleWalker.Callback
- Enclosing class:
- ApplicationLoader
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetJARs()
void
visitBundle
(BundleFile bundleFile) void
visitJar
(BundleFile bundleFile) Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles
-
Constructor Details
-
BundleFileScanner
-
-
Method Details
-
visitBundle
- Specified by:
visitBundle
in interfaceBundleWalker.Callback
- Overrides:
visitBundle
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-
visitJar
- Specified by:
visitJar
in interfaceBundleWalker.Callback
- Overrides:
visitJar
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-
getBundles
-
getJARs
-