Uses of Class
convex.dlfs.DLPath
Packages that use DLPath
-
Uses of DLPath in convex.dlfs
Fields in convex.dlfs declared as DLPathModifier and TypeFieldDescriptionprotected final DLPathDLFileSystem.emptyPathprotected final DLPathDLFileSystem.rootMethods in convex.dlfs that return DLPathModifier and TypeMethodDescriptionstatic DLPathConverts to a DLFS pathprotected abstract DLPathDLFileSystem.createDirectory(DLPath dir, FileAttribute<?>[] attrs) Implementation for delegation by DLFSProvider, create a directoryDLFileSystem.getEmptyPath()Gets an empty path for this FileSystemDLPath.getFileName()DLPath.getName(int index) DLPath.getParent()DLFileSystem.getRoot()Gets the unique root path for this FileSystemDLPath.getRoot()DLPath.normalize()DLPath.relativize(DLPath other) DLPath.relativize(Path other) DLPath.subpath(int beginIndex) Return a subpath starting from the given indexDLPath.subpath(int beginIndex, int endIndex) DLPath.toAbsolutePath()DLPath.toRealPath(LinkOption... options) Methods in convex.dlfs with parameters of type DLPathModifier and TypeMethodDescriptionprotected abstract voidDLFileSystem.checkAccess(DLPath path) Implementation for DLFSProvider delegationintprotected abstract DLPathDLFileSystem.createDirectory(DLPath dir, FileAttribute<?>[] attrs) Implementation for delegation by DLFSProvider, create a directoryDLFileSystem.createFile(DLPath path) Creates a file, returning the new nodeabstract voidbooleanbooleanGets DLFS node for the given pathDLFileSystem.getNodeHash(DLPath p) Navigate down a path relative to a DLFS Node.abstract SeekableByteChannelDLFileSystem.newByteChannel(DLPath path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) Implementation for delegation by DLFSProviderprotected abstract convex.dlfs.impl.DLDirectoryStreamDLFileSystem.newDirectoryStream(DLPath dir, DirectoryStream.Filter<? super Path> filter) Implementation for delegation by DLFSProviderDLPath.relativize(DLPath other) booleanDLPath.startsWith(DLPath other) DLFileSystem.updateNode(DLPath path, AVector<ACell> newNode) Updates a node, returning the new nodeUpdate a node at a path relative to a root node