Package org.nuxeo.osgi.application
Class ApplicationLoader.BundleFileLoader
- java.lang.Object
-
- org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
-
- org.nuxeo.osgi.application.ApplicationLoader.BundleFileLoader
-
- All Implemented Interfaces:
BundleWalker.Callback
- Enclosing class:
- ApplicationLoader
public class ApplicationLoader.BundleFileLoader extends ApplicationLoader.DefaultCallback
-
-
Constructor Summary
Constructors Constructor Description BundleFileLoader(List<BundleFile> bundles, List<BundleFile> jars)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<BundleFile>
getBundles()
List<BundleFile>
getJARs()
void
visitBundle(BundleFile bundleFile)
void
visitJar(BundleFile bundleFile)
-
Methods inherited from class org.nuxeo.osgi.application.ApplicationLoader.DefaultCallback
visitNestedBundles
-
-
-
-
Constructor Detail
-
BundleFileLoader
public BundleFileLoader(List<BundleFile> bundles, List<BundleFile> jars)
-
-
Method Detail
-
visitBundle
public void visitBundle(BundleFile bundleFile) throws IOException
- Specified by:
visitBundle
in interfaceBundleWalker.Callback
- Overrides:
visitBundle
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-
visitJar
public void visitJar(BundleFile bundleFile) throws IOException
- Specified by:
visitJar
in interfaceBundleWalker.Callback
- Overrides:
visitJar
in classApplicationLoader.DefaultCallback
- Throws:
IOException
-
getBundles
public List<BundleFile> getBundles()
-
getJARs
public List<BundleFile> getJARs()
-
-