Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileGroup
Packages that use ProfileGroup
-
Uses of ProfileGroup in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ProfileGroupMethods in gov.nist.secauto.oscal.lib.model with parameters of type ProfileGroupModifier 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.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProfileGroupModifier and TypeMethodDescriptionvoid
Merge.Custom.setGroups
(List<ProfileGroup> value) void
ProfileGroup.setGroups
(List<ProfileGroup> value)