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 void
visitBundle(BundleFile bundleFile)
void
visitJar(BundleFile bundleFile)
void
visitNestedBundles(BundleFile bundleFile)
-
-
-
Method Detail
-
visitBundle
public void visitBundle(BundleFile bundleFile) throws IOException
- Specified by:
visitBundle
in interfaceBundleWalker.Callback
- Throws:
IOException
-
visitJar
public void visitJar(BundleFile bundleFile) throws IOException
- Specified by:
visitJar
in interfaceBundleWalker.Callback
- Throws:
IOException
-
visitNestedBundles
public void visitNestedBundles(BundleFile bundleFile) throws IOException
- Throws:
IOException
-
-