Package one.microstream.afs
Interface AResolving
- All Known Subinterfaces:
ADirectory
,ADirectory.Wrapper
,AFileSystem
,ARoot
,BlobStoreFileSystem
,NioFileSystem
,SqlFileSystem
- All Known Implementing Classes:
ADirectory.Abstract
,ADirectory.Default
,AFileSystem.Abstract
,ARoot.Default
,BlobStoreFileSystem.Default
,NioFileSystem.Default
,SqlFileSystem.Default
public interface AResolving
-
Method Summary
Modifier and Type Method Description default ADirectory
resolveDirectoryPath(String... pathElements)
ADirectory
resolveDirectoryPath(String[] pathElements, int offset, int length)
default AFile
resolveFilePath(String... pathElements)
default AFile
resolveFilePath(String[] directoryPathElements, int offset, int length, String fileIdentifier)
default AFile
resolveFilePath(String[] directoryPathElements, String fileIdentifier)