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 voidbooleanbooleanDLFileSystem.getFileAttributes(DLPath path) Gets 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 DLFSProviderabstract 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 -
Uses of DLPath in convex.dlfs.impl
Methods in convex.dlfs.impl that return DLPathModifier and TypeMethodDescriptionprotected DLPathDLFSLocal.createDirectory(DLPath dir, FileAttribute<?>[] attrs) DLDirectoryStream.DIterator.next()Methods in convex.dlfs.impl with parameters of type DLPathModifier and TypeMethodDescriptionprotected voidDLFSLocal.checkAccess(DLPath path) static DLDirectoryStreamstatic DLFileChannelDLFileChannel.create(DLFileSystem fs, Set<? extends OpenOption> options, DLPath path) protected DLPathDLFSLocal.createDirectory(DLPath dir, FileAttribute<?>[] attrs) DLFSLocal.createFile(DLPath path) voidDLFSLocal.newByteChannel(DLPath path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) DLFSLocal.newDirectoryStream(DLPath dir, DirectoryStream.Filter<? super Path> filter) DLFSLocal.updateNode(DLPath dir, AVector<ACell> newNode) Constructors in convex.dlfs.impl with parameters of type DLPath