- PartIsLockedException - Exception in jfilesyslib.exceptions
-
May be thrown if the operation is not permitted
- PartIsLockedException() - Constructor for exception jfilesyslib.exceptions.PartIsLockedException
-
- pathExists(String) - Method in class jfilesyslib.FileSystem
-
Checks whether the path already exists.
- PathNotFoundException - Exception in jfilesyslib.exceptions
-
May be thrown if the given path was not found
e.g. if readDirectory("/does not exist") is called
- PathNotFoundException(String) - Constructor for exception jfilesyslib.exceptions.PathNotFoundException
-
Creates a new path not found exception
- performExtendedAttributesTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on extended attributes
- performFullTests(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
This is a small utillity function, which calls testFileSystemUnmounted, mounts the file system, performs the mounted file system tests and unmounts it.
- performHardLinksTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on hard links
- performLockTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on windows file locking
- performSymbolicLinksTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on symbolic links
- performUnixPermissionsTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on unix permissions
- performWindowsAttributesTest(FileSystem) - Static method in class jfilesyslib.utils.TestFileSystem
-
Performs some tests on windows attributes