Expand description
This module contains implementations of the ModuleResolver
and ModuleLoader
traits for
file-system based modules.
Structs§
- FsModule
Loader - The loader is used to manage the process of creating an in-memory model from file-system resources.
- FsModule
Resolver - The resolver implements the logic to map module identifiers to file system paths using the
environment variable
SDML_PATH
to contain a search path. - Group
- A resolver group allows the common configuration of multiple items.
- Item
- A specific resolver item.
- Module
Catalog - This type represents the content of a resolver file.
Enums§
- Catalog
Entry - An entry in a resolver catalog file is either an item or group of items.
Constants§
- SDML_
CATALOG_ FILE_ NAME - The name used for resolver catalog files.
- SDML_
FILE_ EXTENSION - The recommended file extension for SDML resources.
- SDML_
FILE_ EXTENSION_ LONG - The alternate file extension for SDML resources.
- SDML_
RESOLVER_ PATH_ VARIABLE - The name of the SDML environment variable that may be used to hold a load path.