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 DLPath
DLFileSystem.emptyPath
protected final DLPath
DLFileSystem.root
Methods in convex.dlfs that return DLPathModifier and TypeMethodDescriptionstatic DLPath
Converts to a DLFS pathprotected abstract DLPath
DLFileSystem.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 void
DLFileSystem.checkAccess
(DLPath path) Implementation for DLFSProvider delegationint
protected abstract DLPath
DLFileSystem.createDirectory
(DLPath dir, FileAttribute<?>[] attrs) Implementation for delegation by DLFSProvider, create a directoryDLFileSystem.createFile
(DLPath path) Creates a file, returning the new nodeabstract void
boolean
boolean
DLFileSystem.getFileAttributes
(DLPath path) Gets DLFS node for the given pathDLFileSystem.getNodeHash
(DLPath p) Navigate down a path relative to a DLFS Node.abstract SeekableByteChannel
DLFileSystem.newByteChannel
(DLPath path, Set<? extends OpenOption> options, FileAttribute<?>[] attrs) Implementation for delegation by DLFSProviderabstract DLDirectoryStream
DLFileSystem.newDirectoryStream
(DLPath dir, DirectoryStream.Filter<? super Path> filter) Implementation for delegation by DLFSProviderDLPath.relativize
(DLPath other) boolean
DLPath.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 DLPath
DLFSLocal.createDirectory
(DLPath dir, FileAttribute<?>[] attrs) DLDirectoryStream.DIterator.next()
Methods in convex.dlfs.impl with parameters of type DLPathModifier and TypeMethodDescriptionprotected void
DLFSLocal.checkAccess
(DLPath path) static DLDirectoryStream
static DLFileChannel
DLFileChannel.create
(DLFileSystem fs, Set<? extends OpenOption> options, DLPath path) protected DLPath
DLFSLocal.createDirectory
(DLPath dir, FileAttribute<?>[] attrs) DLFSLocal.createFile
(DLPath path) void
DLFSLocal.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