Nuxeo Enterprise Platform 5.4

Uses of Interface
org.nuxeo.osgi.BundleFile

Packages that use BundleFile
org.nuxeo.osgi   
org.nuxeo.osgi.application The framework bootstrap classes were moved in nuxeo-runtime-launcher to be able to share them with other bootstrap code like the one in shell and dev tools. 
org.nuxeo.osgi.jboss A minimal OSGi adapter for JBoss, based on the minimal adapter provided by NXRuntime. 
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
 class DirectoryBundleFile
           
 class JarBundleFile
           
 class NestedJarBundleFile
           
 class SystemBundleFile
           
 

Methods in org.nuxeo.osgi that return BundleFile
 BundleFile BundleImpl.getBundleFile()
           
 

Methods in org.nuxeo.osgi that return types with arguments of type BundleFile
 java.util.Collection<BundleFile> JarBundleFile.findNestedBundles(java.io.File tmpDir)
           
 java.util.Collection<BundleFile> DirectoryBundleFile.findNestedBundles(java.io.File tmpDir)
           
 java.util.Collection<BundleFile> BundleFile.findNestedBundles(java.io.File tmpDir)
          Get a list with nested bundles or null if none.
 java.util.Collection<BundleFile> JarBundleFile.getNestedBundles(java.io.File tmpDir)
           
 java.util.Collection<BundleFile> DirectoryBundleFile.getNestedBundles(java.io.File tmpDir)
           
 java.util.Collection<BundleFile> BundleFile.getNestedBundles(java.io.File tmpDir)
          Gets a list with nested bundles or null if none.
 

Constructors in org.nuxeo.osgi with parameters of type BundleFile
BundleImpl(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader)
           
BundleImpl(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader, boolean isSystemBundle)
           
SystemBundle(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader)
           
 

Uses of BundleFile in org.nuxeo.osgi.application
 

Methods in org.nuxeo.osgi.application that return BundleFile
static BundleFile StandaloneApplication.createSystemBundle(java.net.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
 java.util.Collection<BundleFile> ClassPathScanner.extractNestedJars(BundleFile bf, java.io.File nestedBundlesDir)
           
 java.util.List<BundleFile> ClassPath.getBundles()
           
 java.util.List<BundleFile> ApplicationLoader.BundleFileScanner.getBundles()
           
 java.util.List<BundleFile> ApplicationLoader.BundleFileLoader.getBundles()
           
 java.util.List<BundleFile> ClassPath.getJars()
           
 java.util.List<BundleFile> ApplicationLoader.BundleFileScanner.getJARs()
           
 java.util.List<BundleFile> ApplicationLoader.BundleFileLoader.getJARs()
           
 java.util.List<BundleFile> ClassPath.getNestedJars()
           
 

Methods in org.nuxeo.osgi.application with parameters of type BundleFile
 java.util.Collection<BundleFile> ClassPathScanner.extractNestedJars(BundleFile bf, java.io.File nestedBundlesDir)
           
 java.io.File ClassPathScanner.Callback.handleBundle(BundleFile bf)
          A Bundle was found on the class path.
 java.io.File ClassPath.handleBundle(BundleFile bf)
           
 java.io.File ClassPathScanner.Callback.handleJar(BundleFile bf)
          A JAR was found on the class path.
 java.io.File ClassPath.handleJar(BundleFile bf)
           
 void ClassPathScanner.Callback.handleNestedJar(BundleFile bf)
          A nested JAR was found on the class path.
 void ClassPath.handleNestedJar(BundleFile bf)
           
 void StandaloneApplication.install(BundleFile bf)
           
 void StandaloneBundleLoader.installBundle(BundleFile bundleFile)
           
abstract  void ApplicationLoader.installBundle(BundleFile bundleFile)
           
 void StandaloneBundleLoader.loadBundle(BundleFile bundleFile)
           
abstract  void ApplicationLoader.loadBundle(BundleFile bundleFile)
           
 void StandaloneBundleLoader.loadJAR(BundleFile bundleFile)
           
abstract  void ApplicationLoader.loadJAR(BundleFile bundleFile)
           
 void BundleFileVisitor.visit(BundleFile bf)
           
 void BundleWalker.Callback.visitBundle(BundleFile bundleFile)
           
 void ApplicationLoader.BundleInstaller.visitBundle(BundleFile bundleFile)
           
 void ApplicationLoader.BundleFileScanner.visitBundle(BundleFile bundleFile)
           
 void ApplicationLoader.BundleFileLoader.visitBundle(BundleFile bundleFile)
           
 void ApplicationLoader.DefaultCallback.visitBundle(BundleFile bundleFile)
           
 void BundleWalker.Callback.visitJar(BundleFile bundleFile)
           
 void ApplicationLoader.BundleInstaller.visitJar(BundleFile bundleFile)
           
 void ApplicationLoader.BundleFileScanner.visitJar(BundleFile bundleFile)
           
 void ApplicationLoader.BundleFileLoader.visitJar(BundleFile bundleFile)
           
 void ApplicationLoader.DefaultCallback.visitJar(BundleFile bundleFile)
           
 void ApplicationLoader.DefaultCallback.visitNestedBundles(BundleFile bundleFile)
           
 

Method parameters in org.nuxeo.osgi.application with type arguments of type BundleFile
 void ApplicationLoader.installAll(java.util.Collection<BundleFile> bundleFiles)
          Installs all given bundle deployments.
 void StandaloneApplication.installAll(java.util.List<BundleFile> bundles)
           
 void ApplicationLoader.load(java.io.File root, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
          Scans and loads the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.
 void ApplicationLoader.load(java.io.File root, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
          Scans and loads the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.
 void ApplicationLoader.scan(java.io.File root, java.util.List<BundleFile> bundles, java.util.List<BundleFile> ljars)
          Scans the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.
 void ApplicationLoader.scan(java.io.File root, java.util.List<BundleFile> bundles, java.util.List<BundleFile> ljars)
          Scans the given directory for OSGi bundles and regular JARs and fills the given lists appropriately.
 void ApplicationBundleLoader.scanAndLoad(java.util.List<java.io.File> classPath, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
 void ApplicationBundleLoader.scanAndLoad(java.util.List<java.io.File> classPath, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
static void ApplicationBundleLoader.writeCache(java.io.File file, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
static void ApplicationBundleLoader.writeCache(java.io.File file, java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
 

Constructor parameters in org.nuxeo.osgi.application with type arguments of type BundleFile
ApplicationLoader.BundleFileLoader(java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
ApplicationLoader.BundleFileLoader(java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
ApplicationLoader.BundleFileScanner(java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
ApplicationLoader.BundleFileScanner(java.util.List<BundleFile> bundles, java.util.List<BundleFile> jars)
           
 

Uses of BundleFile in org.nuxeo.osgi.jboss
 

Classes in org.nuxeo.osgi.jboss that implement BundleFile
 class JBossBundleFile
           
 

Methods in org.nuxeo.osgi.jboss that return types with arguments of type BundleFile
 java.util.Collection<BundleFile> JBossBundleFile.findNestedBundles(java.io.File tmpDir)
           
 java.util.Collection<BundleFile> JBossBundleFile.getNestedBundles(java.io.File tmpDir)
           
 

Uses of BundleFile in org.nuxeo.runtime.test
 

Constructors in org.nuxeo.runtime.test with parameters of type BundleFile
RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader)
           
RootRuntimeBundle(OSGiAdapter osgi, BundleFile file, java.lang.ClassLoader loader, boolean isSystemBundle)
           
 


Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.