|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
ConfigAdminCapability
Adds the OSGi compedium ConfigAdmin capability to the OSGiRuntime
under test. |
class |
HttpCapability
Adds the HttpService 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||