Package org.nuxeo.osgi.application
Class ApplicationLoader.DefaultCallback
java.lang.Object
org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
- All Implemented Interfaces:
BundleWalker.Callback
- Direct Known Subclasses:
ApplicationLoader.BundleFileLoader,ApplicationLoader.BundleFileScanner,ApplicationLoader.BundleInstaller
- Enclosing class:
ApplicationLoader
public abstract class ApplicationLoader.DefaultCallback
extends Object
implements BundleWalker.Callback
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitBundle(BundleFile bundleFile) voidvisitJar(BundleFile bundleFile) voidvisitNestedBundles(BundleFile bundleFile)
-
Constructor Details
-
DefaultCallback
public DefaultCallback()
-
-
Method Details
-
visitBundle
- Specified by:
visitBundlein interfaceBundleWalker.Callback- Throws:
IOException
-
visitJar
- Specified by:
visitJarin interfaceBundleWalker.Callback- Throws:
IOException
-
visitNestedBundles
- Throws:
IOException
-