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, wait
Methods 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:IOscalInstance
Lookup a backmatter resource by its UUID value.- Specified by:
getResourceByUuid
in interfaceIOscalInstance
- Parameters:
uuid
- the uuid value- Returns:
- the resource or
null
if no resource matched the UUID
-