Uses of Class
gov.nist.secauto.oscal.lib.model.Catalog
Packages that use Catalog
Package
Description
-
Uses of Catalog in gov.nist.secauto.oscal.lib
Methods in gov.nist.secauto.oscal.lib that return CatalogModifier and TypeMethodDescriptionOscalBindingContext.loadCatalog
(File file) OscalBindingContext.loadCatalog
(URL url) OscalBindingContext.loadCatalog
(Path path) -
Uses of Catalog in gov.nist.secauto.oscal.lib.model.control.catalog
Methods in gov.nist.secauto.oscal.lib.model.control.catalog with parameters of type CatalogModifier and TypeMethodDescriptionAbstractCatalogVisitor.visitCatalog
(Catalog catalog, CONTEXT context) ICatalogVisitor.visitCatalog
(Catalog catalog, CONTEXT context) Visit the providedcatalog
. -
Uses of Catalog in gov.nist.secauto.oscal.lib.profile.resolver
Methods in gov.nist.secauto.oscal.lib.profile.resolver with parameters of type CatalogModifier and TypeMethodDescriptionprotected void
ProfileResolver.handleMerge
(Catalog resolvedCatalog, gov.nist.secauto.metaschema.core.metapath.item.node.IRootAssemblyNodeItem profileItem, IIndexer importIndex) protected void
ProfileResolver.handleModify
(Catalog resolvedCatalog, gov.nist.secauto.metaschema.core.metapath.item.node.IRootAssemblyNodeItem profileItem) protected IIndexer
ProfileResolver.resolveImport
(gov.nist.secauto.metaschema.core.metapath.item.node.IAssemblyNodeItem profileImportItem, gov.nist.secauto.metaschema.core.metapath.item.node.IRootAssemblyNodeItem profileItem, Stack<URI> importHistory, Catalog resolvedCatalog) protected void
ProfileResolver.structureFlat
(Catalog resolvedCatalog, gov.nist.secauto.metaschema.core.metapath.item.node.IRootAssemblyNodeItem profileItem, IIndexer importIndex) -
Uses of Catalog in gov.nist.secauto.oscal.lib.profile.resolver.alter
Methods in gov.nist.secauto.oscal.lib.profile.resolver.alter with parameters of type CatalogModifier and TypeMethodDescriptionAddVisitor.visitCatalog
(Catalog catalog, gov.nist.secauto.oscal.lib.profile.resolver.alter.AddVisitor.Context context) RemoveVisitor.visitCatalog
(Catalog catalog, gov.nist.secauto.oscal.lib.profile.resolver.alter.RemoveVisitor.Context context) -
Uses of Catalog in gov.nist.secauto.oscal.lib.profile.resolver.selection
Methods in gov.nist.secauto.oscal.lib.profile.resolver.selection with parameters of type CatalogModifier and TypeMethodDescriptionvoid
DefaultResult.applyRemovesTo
(Catalog parent) void
void
Import.resolve
(gov.nist.secauto.metaschema.core.metapath.item.node.IDocumentNodeItem importedCatalogDocument, Catalog resolvedCatalog, ProfileResolver.UriResolver uriResolver)