org.nuxeo.runtime.launcher
Class ApplicationLoader.BundleFileLoader
java.lang.Object
org.nuxeo.runtime.launcher.ApplicationLoader.DefaultCallback
org.nuxeo.runtime.launcher.ApplicationLoader.BundleFileLoader
- All Implemented Interfaces:
- BundleVisitor.Callback
- Enclosing class:
- ApplicationLoader
public class ApplicationLoader.BundleFileLoader
- extends ApplicationLoader.DefaultCallback
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ApplicationLoader.BundleFileLoader
public ApplicationLoader.BundleFileLoader(List<BundleFile> bundles,
List<BundleFile> jars)
visitBundle
public void visitBundle(BundleFile bundleFile)
throws IOException
- Specified by:
visitBundle in interface BundleVisitor.Callback- Overrides:
visitBundle in class ApplicationLoader.DefaultCallback
- Throws:
IOException
visitJar
public void visitJar(BundleFile bundleFile)
throws IOException
- Specified by:
visitJar in interface BundleVisitor.Callback- Overrides:
visitJar in class ApplicationLoader.DefaultCallback
- Throws:
IOException
getBundles
public List<BundleFile> getBundles()
getJARs
public List<BundleFile> getJARs()
Copyright ? 2007 Nuxeo SAS. All Rights Reserved.