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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetJARs()voidvisitBundle(BundleFile bundleFile) voidvisitJar(BundleFile bundleFile) Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles 
- 
Constructor Details
- 
BundleFileScanner
 
 - 
 - 
Method Details
- 
visitBundle
- Specified by:
 visitBundlein interfaceBundleWalker.Callback- Overrides:
 visitBundlein classApplicationLoader.DefaultCallback- Throws:
 IOException
 - 
visitJar
- Specified by:
 visitJarin interfaceBundleWalker.Callback- Overrides:
 visitJarin classApplicationLoader.DefaultCallback- Throws:
 IOException
 - 
getBundles
 - 
getJARs
 
 -