| Archive |
An Archive represents a collection of named assets.
|
| Archive.InvalidArchive |
|
| Asset |
Asset represents a single blob of text or data that is managed as a first class entity.
|
| Asset.InvalidAsset |
|
| AssetArchive |
An AssetArchive is an archive created from an in-memory collection of named assets or other
archives.
|
| AssetOrArchive |
|
| AssetOrArchive.AssetOrArchiveInternal |
|
| FileArchive |
A FileArchive is a file-based archive, or a collection of file-based assets.
|
| FileAsset |
FileAsset is a kind of asset produced from a given path to a file on the local filesystem.
|
| RemoteArchive |
A RemoteArchive is a file-based archive fetched from a remote location.
|
| RemoteAsset |
RemoteAsset is a kind of asset produced from a given URI string.
|
| StringAsset |
StringAsset is a kind of asset produced from an in-memory UTF8-encoded string.
|