Uses of Interface
com.tccc.kos.commons.core.vfs.VFSParent
Packages that use VFSParent
Package
Description
Provides classes and interfaces used when working with the VFS (virtual file system).
-
Uses of VFSParent in com.tccc.kos.commons.core.localization
Methods in com.tccc.kos.commons.core.localization that return VFSParentMethods in com.tccc.kos.commons.core.localization with parameters of type VFSParent -
Uses of VFSParent in com.tccc.kos.commons.core.vfs
Classes in com.tccc.kos.commons.core.vfs that implement VFSParentModifier and TypeClassDescriptionclass
Class that wraps a KAB file.class
Class that wraps another source.class
Class that wraps another source.class
Implementation of VFSSource that supports stacked sources.class
Allows multiple VFS sources to be virtually mounted to form a virtual read-only filesystem.Methods in com.tccc.kos.commons.core.vfs that return VFSParentModifier and TypeMethodDescriptionAbstractVFSSource.getParent()
Retrieves ths VFS parent.VFSSource.getParent()
Gets the parent.Methods in com.tccc.kos.commons.core.vfs with parameters of type VFSParent