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 Constructor Description DefaultCallback()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvisitBundle(BundleFile bundleFile)voidvisitJar(BundleFile bundleFile)voidvisitNestedBundles(BundleFile bundleFile)
-
-
-
Method Detail
-
visitBundle
public void visitBundle(BundleFile bundleFile) throws IOException
- Specified by:
visitBundlein interfaceBundleWalker.Callback- Throws:
IOException
-
visitJar
public void visitJar(BundleFile bundleFile) throws IOException
- Specified by:
visitJarin interfaceBundleWalker.Callback- Throws:
IOException
-
visitNestedBundles
public void visitNestedBundles(BundleFile bundleFile) throws IOException
- Throws:
IOException
-
-