Nuxeo Enterprise Platform 5.4

org.nuxeo.osgi.application
Interface BundleWalker.Callback

All Known Implementing Classes:
ApplicationLoader.BundleFileLoader, ApplicationLoader.BundleFileScanner, ApplicationLoader.BundleInstaller, ApplicationLoader.DefaultCallback
Enclosing class:
BundleWalker

public static interface BundleWalker.Callback


Method Summary
 void visitBundle(BundleFile bundleFile)
           
 void visitJar(BundleFile bundleFile)
           
 

Method Detail

visitBundle

void visitBundle(BundleFile bundleFile)
                 throws java.lang.Exception
Throws:
java.lang.Exception

visitJar

void visitJar(BundleFile bundleFile)
              throws java.lang.Exception
Throws:
java.lang.Exception

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.