Uses of Class
gov.nist.secauto.oscal.lib.model.ProfileImport
Packages that use ProfileImport
Package
Description
-
Uses of ProfileImport in gov.nist.secauto.oscal.lib.model
Methods in gov.nist.secauto.oscal.lib.model that return types with arguments of type ProfileImportMethods in gov.nist.secauto.oscal.lib.model with parameters of type ProfileImportModifier and TypeMethodDescriptionboolean
Profile.addImport
(ProfileImport item) Add a newProfileImport
item to the underlying collection.boolean
Profile.removeImport
(ProfileImport item) Remove the first matchingProfileImport
item from the underlying collection.Method parameters in gov.nist.secauto.oscal.lib.model with type arguments of type ProfileImport -
Uses of ProfileImport in gov.nist.secauto.oscal.lib.profile.resolver.selection
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection that return ProfileImportMethods in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type ProfileImportModifier and TypeMethodDescriptionstatic IControlFilter
IControlFilter.newInstance
(ProfileImport profileImport) Construct a new filter instance based on the provided profile import statement.Constructors in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type ProfileImport