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
Installs bundles as they are discovered by the bundle visitor.
- Author:
- Bogdan Stefanescu
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitBundle(BundleFile bundleFile) voidvisitJar(BundleFile bundleFile) Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles
-
Constructor Details
-
BundleInstaller
public BundleInstaller()
-
-
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
-