Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileGroup
-
Uses of ProfileGroup in gov.nist.secauto.oscal.lib.model
Modifier and TypeMethodDescriptionboolean
Merge.Custom.addGroup
(ProfileGroup item) Add a newProfileGroup
item to the underlying collection.boolean
ProfileGroup.addGroup
(ProfileGroup item) Add a newProfileGroup
item to the underlying collection.boolean
Merge.Custom.removeGroup
(ProfileGroup item) Remove the first matchingProfileGroup
item from the underlying collection.boolean
ProfileGroup.removeGroup
(ProfileGroup item) Remove the first matchingProfileGroup
item from the underlying collection.Modifier and TypeMethodDescriptionvoid
Merge.Custom.setGroups
(List<ProfileGroup> value) void
ProfileGroup.setGroups
(List<ProfileGroup> value)