Package org.nuxeo.osgi.application
Class ApplicationLoader.BundleInstaller
- java.lang.Object
- 
- org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
- 
- org.nuxeo.osgi.application.ApplicationLoader.BundleInstaller
 
 
- 
- All Implemented Interfaces:
- BundleWalker.Callback
 - Enclosing class:
- ApplicationLoader
 
 public class ApplicationLoader.BundleInstaller extends ApplicationLoader.DefaultCallback Installs bundles as they are discovered by the bundle visitor.- Author:
- Bogdan Stefanescu
 
- 
- 
Constructor SummaryConstructors Constructor Description BundleInstaller()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitBundle(BundleFile bundleFile)voidvisitJar(BundleFile bundleFile)- 
Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallbackvisitNestedBundles
 
- 
 
- 
- 
- 
Constructor Detail- 
BundleInstallerpublic BundleInstaller() 
 
- 
 - 
Method Detail- 
visitBundlepublic void visitBundle(BundleFile bundleFile) throws IOException - Specified by:
- visitBundlein interface- BundleWalker.Callback
- Overrides:
- visitBundlein class- ApplicationLoader.DefaultCallback
- Throws:
- IOException
 
 - 
visitJarpublic void visitJar(BundleFile bundleFile) throws IOException - Specified by:
- visitJarin interface- BundleWalker.Callback
- Overrides:
- visitJarin class- ApplicationLoader.DefaultCallback
- Throws:
- IOException
 
 
- 
 
-