Uses of Class
software.amazon.awssdk.crt.io.DirectoryEntry
Packages that use DirectoryEntry
-
Uses of DirectoryEntry in software.amazon.awssdk.crt.io
Methods in software.amazon.awssdk.crt.io that return DirectoryEntryModifier and TypeMethodDescriptionDirectoryEntry.withFileSize(long fileSize) Sets the file size corresponding to this entryDirectoryEntry.withIsDirectory(boolean isDirectory) Sets the isDirectory flag, meaning this entry corresponds to a directoryDirectoryEntry.withIsFile(boolean isFile) Sets the isFile flag, meaning this entry corresponds to a fileDirectoryEntry.withIsSymLink(boolean isSymLink) Sets the isSymLink flag, meaning this entry corresponds to a symbolic linkSets the absolute path of this entryDirectoryEntry.withRelativePath(String relativePath) Sets the path relative to the current working directoryMethods in software.amazon.awssdk.crt.io with parameters of type DirectoryEntryModifier and TypeMethodDescriptionbooleanDirectoryTraversalHandler.onDirectoryEntry(DirectoryEntry directoryEntry) Invoked during calls to DirectoryTraversal.traverse() as each entry is encountered.