Class ResolveReference
java.lang.Object
gov.nist.secauto.oscal.lib.metapath.function.library.ResolveReference
Supports resolving a link to a backmatter resource.
-
Method Summary
Modifier and TypeMethodDescriptionstatic gov.nist.secauto.metaschema.core.metapath.item.atomic.IAnyUriItem
resolveReference
(gov.nist.secauto.metaschema.core.metapath.item.atomic.IAnyUriItem reference, gov.nist.secauto.metaschema.core.metapath.item.atomic.IStringItem mediaType, gov.nist.secauto.metaschema.core.metapath.item.node.INodeItem focusedItem) static URI
resolveReference
(String reference, String mediaType, IOscalInstance oscalInstance)
-
Method Details
-
resolveReference
@NonNull public static gov.nist.secauto.metaschema.core.metapath.item.atomic.IAnyUriItem resolveReference(@NonNull gov.nist.secauto.metaschema.core.metapath.item.atomic.IAnyUriItem reference, @Nullable gov.nist.secauto.metaschema.core.metapath.item.atomic.IStringItem mediaType, @NonNull gov.nist.secauto.metaschema.core.metapath.item.node.INodeItem focusedItem) -
resolveReference
@NonNull public static URI resolveReference(@NonNull String reference, @Nullable String mediaType, @NonNull IOscalInstance oscalInstance)
-