Uses of Interface
org.ops4j.pax.runner.platform.BundleReference

Packages that use BundleReference
org.ops4j.pax.runner.platform   
org.ops4j.pax.runner.platform.internal   
 

Uses of BundleReference in org.ops4j.pax.runner.platform
 

Classes in org.ops4j.pax.runner.platform that implement BundleReference
 class BundleReferenceBean
          A Java bean like implementation of Bundle reference.
 

Methods in org.ops4j.pax.runner.platform that return types with arguments of type BundleReference
 java.util.List<BundleReference> PlatformContext.getBundles()
          Returns a list of bundles to be installed.
 

Method parameters in org.ops4j.pax.runner.platform with type arguments of type BundleReference
 void PlatformContext.setBundles(java.util.List<BundleReference> platformBundles)
          Sets the client bundles to be installed.
 void Platform.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties platformProperties, java.util.Dictionary config, JavaRunner runner)
          Starts the platform using an external Java runner service, which may not wait for it to exit.
 

Uses of BundleReference in org.ops4j.pax.runner.platform.internal
 

Classes in org.ops4j.pax.runner.platform.internal that implement BundleReference
 class LocalBundleReference
          A BundleReference pointing to a local downloaded file.
 

Methods in org.ops4j.pax.runner.platform.internal that return types with arguments of type BundleReference
 java.util.List<BundleReference> PlatformContextImpl.getBundles()
          Returns a list of bundles to be installed.
 java.util.List<BundleReference> PlatformDefinitionImpl.getPlatformBundles(java.lang.String profiles)
           
 java.util.List<BundleReference> PlatformDefinition.getPlatformBundles(java.lang.String profileName)
          Returns a list of bundles to be installed as part of the platform.
 

Method parameters in org.ops4j.pax.runner.platform.internal with type arguments of type BundleReference
 void PlatformContextImpl.setBundles(java.util.List<BundleReference> bundles)
          Sets the client bundles to be installed.
 void PlatformImpl.start(java.util.List<SystemFileReference> systemFiles, java.util.List<BundleReference> bundles, java.util.Properties properties, java.util.Dictionary config, JavaRunner javaRunner)
           
 

Constructors in org.ops4j.pax.runner.platform.internal with parameters of type BundleReference
LocalBundleReference(BundleReference bundleReference, java.io.File file)
          Creates a new local bundle.
 



Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.