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 TypeMethodDescriptionbooleanProfile.addImport(ProfileImport item) Add a newProfileImportitem to the underlying collection.booleanProfile.removeImport(ProfileImport item) Remove the first matchingProfileImportitem 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 IControlFilterIControlFilter.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