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 classApplicationLoader.BundleFileLoaderclassApplicationLoader.BundleFileScannerclassApplicationLoader.BundleInstallerInstalls bundles as they are discovered by the bundle visitor.classApplicationLoader.DefaultCallbackConstructors 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)
-