Uses of Interface
org.nuxeo.osgi.BundleFile
-
Packages that use BundleFile Package Description org.nuxeo.osgi org.nuxeo.osgi.application org.nuxeo.runtime.test Base classes for running test cases under Nuxeo Runtime. -
-
Uses of BundleFile in org.nuxeo.osgi
Classes in org.nuxeo.osgi that implement BundleFile Modifier and Type Class Description classDirectoryBundleFileABundleFilethat is backed by a filesystem directory, for use in test settings from Eclipse or maven.classJarBundleFileclassNestedJarBundleFileclassSystemBundleFileFields in org.nuxeo.osgi declared as BundleFile Modifier and Type Field Description protected BundleFileBundleImpl. fileMethods in org.nuxeo.osgi that return BundleFile Modifier and Type Method Description BundleFileBundleImpl. getBundleFile()Methods in org.nuxeo.osgi that return types with arguments of type BundleFile Modifier and Type Method Description Collection<BundleFile>BundleFile. findNestedBundles(File tmpDir)Get a list with nested bundles or null if none.Collection<BundleFile>DirectoryBundleFile. findNestedBundles(File tmpDir)Collection<BundleFile>JarBundleFile. findNestedBundles(File tmpDir)Collection<BundleFile>BundleFile. getNestedBundles(File tmpDir)Gets a list with nested bundles or null if none.Collection<BundleFile>DirectoryBundleFile. getNestedBundles(File tmpDir)Collection<BundleFile>JarBundleFile. getNestedBundles(File tmpDir)Constructors in org.nuxeo.osgi with parameters of type BundleFile Constructor Description BundleImpl(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 BundleFile Modifier and Type Field Description protected List<BundleFile>ClassPath. bundlesprotected List<BundleFile>ClassPath. jarsprotected List<BundleFile>ClassPath. nestedJarsMethods in org.nuxeo.osgi.application that return BundleFile Modifier and Type Method Description static BundleFileStandaloneApplication. 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 BundleFile Modifier and Type Method Description Collection<BundleFile>ClassPathScanner. extractNestedJars(BundleFile bf, File nestedBundlesDir)List<BundleFile>ApplicationLoader.BundleFileLoader. getBundles()List<BundleFile>ApplicationLoader.BundleFileScanner. getBundles()List<BundleFile>ClassPath. getBundles()List<BundleFile>ClassPath. getJars()List<BundleFile>ApplicationLoader.BundleFileLoader. getJARs()List<BundleFile>ApplicationLoader.BundleFileScanner. getJARs()List<BundleFile>ClassPath. getNestedJars()protected List<BundleFile>StandaloneApplication. loadUserBundles(String key)Methods in org.nuxeo.osgi.application with parameters of type BundleFile Modifier and Type Method Description Collection<BundleFile>ClassPathScanner. extractNestedJars(BundleFile bf, File nestedBundlesDir)FileClassPath. handleBundle(BundleFile bf)FileClassPathScanner.Callback. handleBundle(BundleFile bf)A Bundle was found on the class path.FileClassPath. handleJar(BundleFile bf)FileClassPathScanner.Callback. handleJar(BundleFile bf)A JAR was found on the class path.voidClassPath. handleNestedJar(BundleFile bf)voidClassPathScanner.Callback. handleNestedJar(BundleFile bf)A nested JAR was found on the class path.voidStandaloneApplication. install(BundleFile bf)abstract voidApplicationLoader. installBundle(BundleFile bundleFile)voidStandaloneBundleLoader. installBundle(BundleFile bundleFile)abstract voidApplicationLoader. loadBundle(BundleFile bundleFile)voidStandaloneBundleLoader. loadBundle(BundleFile bundleFile)abstract voidApplicationLoader. loadJAR(BundleFile bundleFile)voidStandaloneBundleLoader. loadJAR(BundleFile bundleFile)voidBundleFileVisitor. visit(BundleFile bf)voidApplicationLoader.BundleFileLoader. visitBundle(BundleFile bundleFile)voidApplicationLoader.BundleFileScanner. visitBundle(BundleFile bundleFile)voidApplicationLoader.BundleInstaller. visitBundle(BundleFile bundleFile)voidApplicationLoader.DefaultCallback. visitBundle(BundleFile bundleFile)voidBundleWalker.Callback. visitBundle(BundleFile bundleFile)voidApplicationLoader.BundleFileLoader. visitJar(BundleFile bundleFile)voidApplicationLoader.BundleFileScanner. visitJar(BundleFile bundleFile)voidApplicationLoader.BundleInstaller. visitJar(BundleFile bundleFile)voidApplicationLoader.DefaultCallback. visitJar(BundleFile bundleFile)voidBundleWalker.Callback. visitJar(BundleFile bundleFile)voidApplicationLoader.DefaultCallback. visitNestedBundles(BundleFile bundleFile)Method parameters in org.nuxeo.osgi.application with type arguments of type BundleFile Modifier and Type Method Description voidApplicationLoader. installAll(Collection<BundleFile> bundleFiles)Installs all given bundle deployments.voidStandaloneApplication. installAll(List<BundleFile> bundles)voidApplicationLoader. 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.voidApplicationLoader. 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 voidStandaloneApplication. startBundles(List<BundleFile> bundles)static voidApplicationBundleLoader. writeCache(File file, List<BundleFile> bundles, List<BundleFile> jars)Constructor parameters in org.nuxeo.osgi.application with type arguments of type BundleFile Constructor Description BundleFileLoader(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 BundleFile Modifier and Type Field Description protected Map<String,BundleFile>RuntimeHarnessImpl. bundlesMethods in org.nuxeo.runtime.test that return BundleFile Modifier and Type Method Description protected BundleFileRuntimeHarnessImpl. lookupBundle(String bundleName)Lookup bundle.Methods in org.nuxeo.runtime.test with parameters of type BundleFile Modifier and Type Method Description protected StringRuntimeHarnessImpl. readSymbolicName(BundleFile bf)Read symbolic name.Constructors in org.nuxeo.runtime.test with parameters of type BundleFile Constructor Description RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader)RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, ClassLoader loader, boolean isSystemBundle)
-