Uses of Interface
org.ops4j.pax.scanner.InstallableBundle

Packages that use InstallableBundle
org.ops4j.pax.scanner   
org.ops4j.pax.scanner.internal   
 

Uses of InstallableBundle in org.ops4j.pax.scanner
 

Methods in org.ops4j.pax.scanner that return InstallableBundle
 InstallableBundle InstallableBundle.install()
          Installs the bundle.
 InstallableBundle InstallableBundle.start()
          Starts the installed bundle regardles the fact that the bundle was marked that it should not start.
 InstallableBundle InstallableBundle.startIfNecessary()
          Starts the installed bundle if the bundle should be started.
 

Uses of InstallableBundle in org.ops4j.pax.scanner.internal
 

Classes in org.ops4j.pax.scanner.internal that implement InstallableBundle
 class InstallableBundleImpl
           
 

Methods in org.ops4j.pax.scanner.internal that return InstallableBundle
 InstallableBundle InstallableBundleImpl.install()
           
 InstallableBundle InstallableBundleImpl.start()
           
 InstallableBundle InstallableBundleImpl.startIfNecessary()
           
 

Methods in org.ops4j.pax.scanner.internal that return types with arguments of type InstallableBundle
 java.util.Iterator<InstallableBundle> InstallableBundlesImpl.iterator()
          Returns an iterator over a set of InstallableBundle.
 

Constructor parameters in org.ops4j.pax.scanner.internal with type arguments of type InstallableBundle
InstallableBundlesImpl(java.util.List<InstallableBundle> installables)
          Creates a new installable bundles set.
 



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