Package gov.nist.secauto.oscal.lib.model
Class ProfileMatching
java.lang.Object
gov.nist.secauto.oscal.lib.model.ProfileMatching
- All Implemented Interfaces:
gov.nist.secauto.metaschema.core.model.IBoundObject
@MetaschemaAssembly(formalName="Match Controls by Pattern",
description="Selecting a set of controls by matching their IDs with a wildcard pattern.",
name="matching",
moduleClass=OscalProfileModule.class)
public class ProfileMatching
extends Object
implements gov.nist.secauto.metaschema.core.model.IBoundObject
Selecting a set of controls by matching their IDs with a wildcard pattern.
-
Constructor Summary
ConstructorsConstructorDescriptionProfileMatching(gov.nist.secauto.metaschema.core.model.IMetaschemaData data) -
Method Summary
Modifier and TypeMethodDescriptiongov.nist.secauto.metaschema.core.model.IMetaschemaDatavoidsetPattern(String value) toString()
-
Constructor Details
-
ProfileMatching
public ProfileMatching() -
ProfileMatching
-
-
Method Details