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