Uses of Interface
org.nuxeo.osgi.BundleFile
Packages that use BundleFile
Package
Description
Base classes for running test cases under Nuxeo Runtime.
-
Uses of BundleFile in org.nuxeo.osgi
Classes in org.nuxeo.osgi that implement BundleFileModifier and TypeClassDescriptionclass
ABundleFile
that is backed by a filesystem directory, for use in test settings from Eclipse or maven.class
class
class
Fields in org.nuxeo.osgi declared as BundleFileMethods in org.nuxeo.osgi that return BundleFileMethods in org.nuxeo.osgi that return types with arguments of type BundleFileModifier and TypeMethodDescriptionBundleFile.findNestedBundles
(File tmpDir) Get a list with nested bundles or null if none.DirectoryBundleFile.findNestedBundles
(File tmpDir) JarBundleFile.findNestedBundles
(File tmpDir) BundleFile.getNestedBundles
(File tmpDir) Gets a list with nested bundles or null if none.DirectoryBundleFile.getNestedBundles
(File tmpDir) JarBundleFile.getNestedBundles
(File tmpDir) Constructors in org.nuxeo.osgi with parameters of type BundleFileModifierConstructorDescriptionBundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) BundleImpl
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle) SystemBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) -
Uses of BundleFile in org.nuxeo.osgi.application
Fields in org.nuxeo.osgi.application with type parameters of type BundleFileModifier and TypeFieldDescriptionprotected final List<BundleFile>
ClassPath.bundles
protected final List<BundleFile>
ClassPath.jars
protected final List<BundleFile>
ClassPath.nestedJars
Methods in org.nuxeo.osgi.application that return BundleFileModifier and TypeMethodDescriptionstatic BundleFile
StandaloneApplication.createSystemBundle
(URL systemBundle) Creates the system bundle from the jar specified by the nuxeo.osgi.system.bundle property.Methods in org.nuxeo.osgi.application that return types with arguments of type BundleFileModifier and TypeMethodDescriptionClassPathScanner.extractNestedJars
(BundleFile bf, File nestedBundlesDir) ApplicationLoader.BundleFileLoader.getBundles()
ApplicationLoader.BundleFileScanner.getBundles()
ClassPath.getBundles()
ClassPath.getJars()
ApplicationLoader.BundleFileLoader.getJARs()
ApplicationLoader.BundleFileScanner.getJARs()
ClassPath.getNestedJars()
protected List<BundleFile>
StandaloneApplication.loadUserBundles
(String key) Methods in org.nuxeo.osgi.application with parameters of type BundleFileModifier and TypeMethodDescriptionClassPathScanner.extractNestedJars
(BundleFile bf, File nestedBundlesDir) ClassPath.handleBundle
(BundleFile bf) ClassPathScanner.Callback.handleBundle
(BundleFile bf) A Bundle was found on the class path.ClassPath.handleJar
(BundleFile bf) ClassPathScanner.Callback.handleJar
(BundleFile bf) A JAR was found on the class path.void
ClassPath.handleNestedJar
(BundleFile bf) void
ClassPathScanner.Callback.handleNestedJar
(BundleFile bf) A nested JAR was found on the class path.void
StandaloneApplication.install
(BundleFile bf) abstract void
ApplicationLoader.installBundle
(BundleFile bundleFile) void
StandaloneBundleLoader.installBundle
(BundleFile bundleFile) abstract void
ApplicationLoader.loadBundle
(BundleFile bundleFile) void
StandaloneBundleLoader.loadBundle
(BundleFile bundleFile) abstract void
ApplicationLoader.loadJAR
(BundleFile bundleFile) void
StandaloneBundleLoader.loadJAR
(BundleFile bundleFile) void
BundleFileVisitor.visit
(BundleFile bf) void
ApplicationLoader.BundleFileLoader.visitBundle
(BundleFile bundleFile) void
ApplicationLoader.BundleFileScanner.visitBundle
(BundleFile bundleFile) void
ApplicationLoader.BundleInstaller.visitBundle
(BundleFile bundleFile) void
ApplicationLoader.DefaultCallback.visitBundle
(BundleFile bundleFile) void
BundleWalker.Callback.visitBundle
(BundleFile bundleFile) void
ApplicationLoader.BundleFileLoader.visitJar
(BundleFile bundleFile) void
ApplicationLoader.BundleFileScanner.visitJar
(BundleFile bundleFile) void
ApplicationLoader.BundleInstaller.visitJar
(BundleFile bundleFile) void
ApplicationLoader.DefaultCallback.visitJar
(BundleFile bundleFile) void
BundleWalker.Callback.visitJar
(BundleFile bundleFile) void
ApplicationLoader.DefaultCallback.visitNestedBundles
(BundleFile bundleFile) Method parameters in org.nuxeo.osgi.application with type arguments of type BundleFileModifier and TypeMethodDescriptionvoid
ApplicationLoader.installAll
(Collection<BundleFile> bundleFiles) Installs all given bundle deployments.void
StandaloneApplication.installAll
(List<BundleFile> bundles) void
ApplicationLoader.load
(File root, List<BundleFile> bundles, List<BundleFile> jars) Scans and loads the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.void
ApplicationLoader.scan
(File root, List<BundleFile> bundles, List<BundleFile> ljars) Scans the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.protected void
StandaloneApplication.startBundles
(List<BundleFile> bundles) static void
ApplicationBundleLoader.writeCache
(File file, List<BundleFile> bundles, List<BundleFile> jars) Constructor parameters in org.nuxeo.osgi.application with type arguments of type BundleFileModifierConstructorDescriptionBundleFileLoader
(List<BundleFile> bundles, List<BundleFile> jars) BundleFileScanner
(List<BundleFile> bundles, List<BundleFile> jars) -
Uses of BundleFile in org.nuxeo.runtime.test
Fields in org.nuxeo.runtime.test with type parameters of type BundleFileMethods in org.nuxeo.runtime.test that return BundleFileModifier and TypeMethodDescriptionprotected BundleFile
RuntimeHarnessImpl.lookupBundle
(String bundleName) Lookup bundle.Methods in org.nuxeo.runtime.test with parameters of type BundleFileModifier and TypeMethodDescriptionprotected String
RuntimeHarnessImpl.readSymbolicName
(BundleFile bf) Read symbolic name.Constructors in org.nuxeo.runtime.test with parameters of type BundleFileModifierConstructorDescriptionRootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader) RootRuntimeBundle
(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle)