Uses of Interface
com.tccc.kos.commons.core.vfs.VFSSource
Packages that use VFSSource
Package
Description
Provides classes and interfaces used when working with the VFS (virtual file system).
-
Uses of VFSSource in com.tccc.kos.commons.core.localization
Classes in com.tccc.kos.commons.core.localization that implement VFSSourceModifier and TypeClassDescriptionclass
A context to facilitate the aggregation of language files that are packaged in kabs using a standardLocalizationDescriptorFragment
in a kab descriptor. -
Uses of VFSSource in com.tccc.kos.commons.core.vfs
Classes in com.tccc.kos.commons.core.vfs that implement VFSSourceModifier and TypeClassDescriptionclass
Abstract base class for all concrete VFSSource classes.class
Class that corresponds to a directory on a filesystem.class
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 VFSSourceModifier and TypeMethodDescriptionReturns the source mounted to the specified mount point.Mounts the specified source at the specified mount point.Mounts the specified kab at the specified mount point.Methods in com.tccc.kos.commons.core.vfs with parameters of type VFSSourceModifier and TypeMethodDescriptionKabVFSSource.getBasePath
(VFSSource source) Retrieves the base path for the given VFS source.PathRewritingVFSSource.getBasePath
(VFSSource source) Returns the base path to the specified VFSSource.ProxyVFSSource.getBasePath
(VFSSource source) Returns the base path to the specified VFSSource.StackedVFSSource.getBasePath
(VFSSource source) Returns the base path to the specified VFSSource.VFS.getBasePath
(VFSSource source) Returns the base path to the specified VFSSource.VFSParent.getBasePath
(VFSSource source) Returns the base path to the specified VFSSource.Mounts the specified source at the specified mount point.void
Pushes a new source as the top overlay.void
Removes the specified source from the list.void
Removes the mount point associated with the specified source.Constructors in com.tccc.kos.commons.core.vfs with parameters of type VFSSourceModifierConstructorDescriptionPathRewritingVFSSource
(VFSSource source) Proxy the specified source and rewrite the paths for requests.ProxyVFSSource
(VFSSource source) Constructs a proxy for the specified source.