Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.osgi.application
Class ApplicationLoader.DefaultCallback

java.lang.Object
  extended by 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
ApplicationLoader.DefaultCallback()
           
 
Method Summary
 void visitBundle(BundleFile bundleFile)
           
 void visitJar(BundleFile bundleFile)
           
 void visitNestedBundles(BundleFile bundleFile)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationLoader.DefaultCallback

public ApplicationLoader.DefaultCallback()
Method Detail

visitBundle

public void visitBundle(BundleFile bundleFile)
                 throws IOException
Specified by:
visitBundle in interface BundleWalker.Callback
Throws:
IOException

visitJar

public void visitJar(BundleFile bundleFile)
              throws IOException
Specified by:
visitJar in interface BundleWalker.Callback
Throws:
IOException

visitNestedBundles

public void visitNestedBundles(BundleFile bundleFile)
                        throws IOException
Throws:
IOException

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.