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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
visitBundle(BundleFile bundleFile)
void
visitJar(BundleFile bundleFile)
-
-
-
Method Detail
-
visitBundle
void visitBundle(BundleFile bundleFile) throws IOException
- Throws:
IOException
-
visitJar
void visitJar(BundleFile bundleFile) throws IOException
- Throws:
IOException
-
-