Package gov.nist.secauto.oscal.lib.model
Class AbstractOscalInstance
java.lang.Object
gov.nist.secauto.oscal.lib.model.AbstractOscalInstance
- All Implemented Interfaces:
IOscalInstance
- Direct Known Subclasses:
AbstractCatalog,AssessmentPlan,AssessmentResults,PlanOfActionAndMilestones,Profile,SystemSecurityPlan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetResourceByUuid(UUID uuid) Lookup a backmatter resource by its UUID value.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gov.nist.secauto.oscal.lib.model.IOscalInstance
getBackMatter, getMetadata, getUuid
-
Constructor Details
-
AbstractOscalInstance
public AbstractOscalInstance()
-
-
Method Details
-
getResourceByUuid
Description copied from interface:IOscalInstanceLookup a backmatter resource by its UUID value.- Specified by:
getResourceByUuidin interfaceIOscalInstance- Parameters:
uuid- the uuid value- Returns:
- the resource or
nullif no resource matched the UUID
-