Skip to content
@archipel/platform-resources Auto-generated

@breadstone/archipel-platform-resources

Classes

ClassDescription
BlobResourceStrategyStrategy for loading resources from blob storage.
EmbeddedResourceStrategyStrategy for loading embedded resources from memory.
FileResourceStrategyStrategy for loading resources from the local file system.
ResourceManagerCentral manager for loading resources from various sources. Supports multiple strategies (file, blob, embedded) with caching.
ResourceModuleModule providing the ResourceManager.
ResourceNotFoundErrorError thrown when a Resource with a specified ID is not found.

Interfaces

InterfaceDescription
IBlobResourceStrategyConfigConfiguration for the blob resource strategy.
IBlobServiceAdapterMinimal blob service interface to avoid circular dependencies.
IFileResourceStrategyConfigConfiguration for the file resource strategy.
IResourceManagerConfigConfiguration for the ResourceManager.
IResourceMetadataMetadata about a resource.
IResourceResultResult of loading a resource.
IResourceStrategyStrategy for loading resources from a specific source.

Released under the MIT License.