Package org.nuxeo.osgi.application
Interface BundleWalker.Callback
- All Known Implementing Classes:
ApplicationLoader.BundleFileLoader
,ApplicationLoader.BundleFileScanner
,ApplicationLoader.BundleInstaller
,ApplicationLoader.DefaultCallback
- Enclosing class:
- BundleWalker
public static interface BundleWalker.Callback
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitBundle
(BundleFile bundleFile) void
visitJar
(BundleFile bundleFile)
-
Method Details
-
visitBundle
- Throws:
IOException
-
visitJar
- Throws:
IOException
-