Nuxeo Enterprise Platform 5.1

org.nuxeo.runtime.launcher
Class ApplicationLoader.BundleFileScanner

java.lang.Object
  extended by org.nuxeo.runtime.launcher.ApplicationLoader.DefaultCallback
      extended by org.nuxeo.runtime.launcher.ApplicationLoader.BundleFileScanner
All Implemented Interfaces:
BundleVisitor.Callback
Enclosing class:
ApplicationLoader

public class ApplicationLoader.BundleFileScanner
extends ApplicationLoader.DefaultCallback


Constructor Summary
ApplicationLoader.BundleFileScanner(List<BundleFile> bundles, List<BundleFile> jars)
           
 
Method Summary
 List<BundleFile> getBundles()
           
 List<BundleFile> getJARs()
           
 void visitBundle(BundleFile bundleFile)
           
 void visitJar(BundleFile bundleFile)
           
 
Methods inherited from class org.nuxeo.runtime.launcher.ApplicationLoader.DefaultCallback
visitNestedBundles
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLoader.BundleFileScanner

public ApplicationLoader.BundleFileScanner(List<BundleFile> bundles,
                                           List<BundleFile> jars)
Method Detail

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()

Nuxeo Enterprise Platform 5.1

Copyright ? 2007 Nuxeo SAS. All Rights Reserved.