Uses of Class
gov.nist.secauto.oscal.lib.model.Capability
Packages that use Capability
-
Uses of Capability in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type CapabilityMethods in gov.nist.secauto.oscal.lib.model with parameters of type CapabilityModifier and TypeMethodDescriptionboolean
ComponentDefinition.addCapability
(Capability item) Add a newCapability
item to the underlying collection.boolean
ComponentDefinition.removeCapability
(Capability item) Remove the first matchingCapability
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type CapabilityModifier and TypeMethodDescriptionvoid
ComponentDefinition.setCapabilities
(List<Capability> value)