Namespace ZeroInstall.Store.FileSystem
Interfaces and methods for building and reading File system structures.
Classes
BuilderExtensions
Helpers for adding RetrievalMethods to IBuilders.
DirectoryBuilder
Builds a file system directory on-disk.
ImplFileUtils
Provides filesystem helper methods for working with implementation directories.
PrefixBuilder
Wraps an IBuilder and prepends a directory prefix to paths.
ReadDirectory
Reads the content of a directory to an IBuilder.
Interfaces
IBuilder
Builds a file system directory.
IForwardOnlyBuilder
Builds a file system directory without changing or removing elements that have already been added.