Uses of Class
io.virtdata.docsys.metafs.core.MetaFS
-
-
Uses of MetaFS in io.virtdata.docsys.handlers
Constructors in io.virtdata.docsys.handlers with parameters of type MetaFS Constructor Description MetaFsLayout(MetaFS metafs) -
Uses of MetaFS in io.virtdata.docsys.metafs.core
Methods in io.virtdata.docsys.metafs.core that return MetaFS Modifier and Type Method Description MetaFSMetaPath. getFileSystem() -
Uses of MetaFS in io.virtdata.docsys.metafs.fs.layerfs
Subclasses of MetaFS in io.virtdata.docsys.metafs.fs.layerfs Modifier and Type Class Description classLayerFSThis filesystem is a filesystem aggregator, allowing users to provide layered views of existing filesystems. -
Uses of MetaFS in io.virtdata.docsys.metafs.fs.renderfs.fs
Subclasses of MetaFS in io.virtdata.docsys.metafs.fs.renderfs.fs Modifier and Type Class Description classRenderFSThe RenderFS filesystem will pretend that a rendered form of some file types already exist in the filesystem, so long as the necessary input file type and rendererTypes are present. -
Uses of MetaFS in io.virtdata.docsys.metafs.fs.virtual
Subclasses of MetaFS in io.virtdata.docsys.metafs.fs.virtual Modifier and Type Class Description classVirtFSThis MetaFS filesystem type simply virtualizes a root directory behind a filesystem interface.
-