Package com.tccc.kos.commons.core.vfs
Interface VFSParent
- All Known Implementing Classes:
KabVFSSource
,PathRewritingVFSSource
,ProxyVFSSource
,StackedVFSSource
,VFS
public interface VFSParent
Interface for parent VFS nodes in a VFS hierarchy.
Useful for getting the full path to a given file.
- Since:
- 1.0
- Version:
- 2022-08-30
-
Method Summary
Modifier and TypeMethodDescriptiongetBasePath
(VFSSource source) Returns the base path to the specified VFSSource.
-
Method Details
-
getBasePath
Returns the base path to the specified VFSSource.- Parameters:
source
- the source to return the base path for- Returns:
- the base path to the source
-