org.nuxeo.runtime.launcher
Class ApplicationLoader.DefaultCallback
java.lang.Object
org.nuxeo.runtime.launcher.ApplicationLoader.DefaultCallback
- All Implemented Interfaces:
- BundleVisitor.Callback
- Direct Known Subclasses:
- ApplicationLoader.BundleFileLoader, ApplicationLoader.BundleFileScanner, ApplicationLoader.BundleInstaller
- Enclosing class:
- ApplicationLoader
public abstract class ApplicationLoader.DefaultCallback
- extends Object
- implements BundleVisitor.Callback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationLoader.DefaultCallback
public ApplicationLoader.DefaultCallback()
visitBundle
public void visitBundle(BundleFile bundleFile)
throws IOException
- Specified by:
visitBundle in interface BundleVisitor.Callback
- Throws:
IOException
visitJar
public void visitJar(BundleFile bundleFile)
throws IOException
- Specified by:
visitJar in interface BundleVisitor.Callback
- Throws:
IOException
visitNestedBundles
public void visitNestedBundles(BundleFile bundleFile)
throws IOException
- Throws:
IOException
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.