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 TypeMethodDescriptionvoidvisitBundle(BundleFile bundleFile) voidvisitJar(BundleFile bundleFile)  
- 
Method Details
- 
visitBundle
- Throws:
 IOException
 - 
visitJar
- Throws:
 IOException
 
 -