Uses of Class
org.objectweb.dsrg.sofa.deployment.Capability

Packages that use Capability
org.objectweb.dsrg.sofa.deployment   
 

Uses of Capability in org.objectweb.dsrg.sofa.deployment
 

Methods in org.objectweb.dsrg.sofa.deployment that return Capability
 Capability DeploymentDock.getCapability(java.lang.String name)
          Returns a capability with the given name.
 Capability DeploymentDockImpl.getCapability(java.lang.String name)
           
 

Methods in org.objectweb.dsrg.sofa.deployment that return types with arguments of type Capability
 java.util.List<Capability> DeploymentDock.getCapabilities()
          Returns a list of capabilities of the dock.
 java.util.List<Capability> DeploymentDockImpl.getCapabilities()