Uses of Class
org.jboss.osgi.spi.capability.Capability

Packages that use Capability
org.jboss.osgi.spi.capability Capabilities that can be installed in the OSGi framework. 
org.jboss.osgi.spi.testing OSGi test support classes and interfaces. 
 

Uses of Capability in org.jboss.osgi.spi.capability
 

Subclasses of Capability in org.jboss.osgi.spi.capability
 class CompendiumCapability
          Adds the OSGi compedium capability to the OSGiRuntime under test.
 class ConfigAdminCapability
          Adds the OSGi compedium ConfigAdmin capability to the OSGiRuntime under test.
 class HttpServiceCapability
          Adds the HttpService capability to the OSGiRuntime under test.
 class LogServiceCapability
          Adds the OSGi compedium LogService capability to the OSGiRuntime under test.
 class MicrocontainerCapability
          Adds the Microcontainer capability to the OSGiRuntime under test.
 class WebAppCapability
          Adds the WebApp (WAR) capability to the OSGiRuntime under test.
 

Methods in org.jboss.osgi.spi.capability that return types with arguments of type Capability
 java.util.List<Capability> Capability.getDependencies()
           
 

Methods in org.jboss.osgi.spi.capability with parameters of type Capability
protected  void Capability.addDependency(Capability dependency)
           
 

Uses of Capability in org.jboss.osgi.spi.testing
 

Methods in org.jboss.osgi.spi.testing with parameters of type Capability
 void OSGiRuntime.addCapability(Capability capability)
          Add a Capability to the runtime.
 void OSGiRuntime.removeCapability(Capability capability)
          Remove a Capability from the runtime.
 



Copyright © 2009. All Rights Reserved.