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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
visitBundle
(BundleFile bundleFile) void
visitJar
(BundleFile bundleFile) Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles
-
Constructor Details
-
BundleInstaller
public BundleInstaller()
-
-
Method Details
-
visitBundle
- Specified by:
visitBundle
in interfaceBundleWalker.Callback
- Overrides:
visitBundle
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-
visitJar
- Specified by:
visitJar
in interfaceBundleWalker.Callback
- Overrides:
visitJar
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-