Uses of Interface
org.nuxeo.osgi.application.BundleWalker.Callback
-
Packages that use BundleWalker.Callback Package Description org.nuxeo.osgi.application -
-
Uses of BundleWalker.Callback in org.nuxeo.osgi.application
Classes in org.nuxeo.osgi.application that implement BundleWalker.Callback Modifier and Type Class Description class
ApplicationLoader.BundleFileLoader
class
ApplicationLoader.BundleFileScanner
class
ApplicationLoader.BundleInstaller
Installs bundles as they are discovered by the bundle visitor.class
ApplicationLoader.DefaultCallback
Constructors in org.nuxeo.osgi.application with parameters of type BundleWalker.Callback Constructor Description BundleWalker(BundleWalker.Callback cb)
BundleWalker(BundleWalker.Callback cb, String[] patterns)
BundleWalker(BundleWalker.Callback cb, FileNamePattern[] patterns)
-