Uses of Class
com.aoapps.io.filesystems.Path
-
Uses of Path in com.aoapps.io.filesystems
Subclasses of Path in com.aoapps.io.filesystemsFields in com.aoapps.io.filesystems declared as PathFields in com.aoapps.io.filesystems with type parameters of type PathModifier and TypeFieldDescriptionprotected final Map<Path, TempFileSystem.FileSystemObject> TempFileSystem.filesMethods in com.aoapps.io.filesystems that return PathModifier and TypeMethodDescriptionFileSystem.createDirectory(Path path) Atomically creates a directory (must not have already existed).FileSystemWrapper.createDirectory(Path path) JavaFileSystem.createDirectory(Path path) RandomFailFileSystem.createDirectory(Path path) ReadOnlyFileSystem.createDirectory(Path path) TempFileSystem.createDirectory(Path path) FileSystem.createFile(Path path) Atomically creates an empty file (must not have already existed).FileSystemWrapper.createFile(Path path) JavaFileSystem.createFile(Path path) RandomFailFileSystem.createFile(Path path) ReadOnlyFileSystem.createFile(Path path) TempFileSystem.createFile(Path path) Path.getParent()Gets the parent of this path.default PathJoins the array of names to a path object.default PathParses a string representation of a path.protected PathFileSystemWrapper.unwrapPath(Path path) Unwraps a path.Methods in com.aoapps.io.filesystems with parameters of type PathModifier and TypeMethodDescriptionvoidFileSystem.checkSubPath(Path parent, String name) Checks that a given path name is acceptable to this file system.voidFileSystemWrapper.checkSubPath(Path parent, String name) voidJavaFileSystem.checkSubPath(Path parent, String name) Checks that a given path name is acceptable to this file system.voidTempFileSystem.checkSubPath(Path parent, String name) Temporary file systems support all possible paths.intCompares two paths in lexical order.FileSystem.createDirectory(Path path) Atomically creates a directory (must not have already existed).FileSystemWrapper.createDirectory(Path path) JavaFileSystem.createDirectory(Path path) RandomFailFileSystem.createDirectory(Path path) ReadOnlyFileSystem.createDirectory(Path path) TempFileSystem.createDirectory(Path path) FileSystem.createFile(Path path) Atomically creates an empty file (must not have already existed).FileSystemWrapper.createFile(Path path) JavaFileSystem.createFile(Path path) RandomFailFileSystem.createFile(Path path) ReadOnlyFileSystem.createFile(Path path) TempFileSystem.createFile(Path path) voidDeletes the file system object at the given path.voidvoidvoidvoidvoidbooleanTwo paths are equal if they are of the same depth and have equal names.protected PathJavaFileSystem.getJavaPath(Path path) Gets a Java File for the given path.Lists the children of the given path in no specific order.Random chance of fail on list as well as list iteration.Locks a file in exclusive mode.longGets the size of the file system object at the given path.longlonglonglongprotected PathFileSystemWrapper.unwrapPath(Path path) Unwraps a path.protected FileSystemWrapper.PathWrapperWraps a path.protected FileSystemWrapper.PathWrapperFileSystemWrapper.wrapSubPath(FileSystemWrapper.PathWrapper parent, Path subPath) Wraps a new sub path.Constructors in com.aoapps.io.filesystems with parameters of type Path
