Package | Description |
---|---|
jfilesyslib.utils |
This package contains some helpful utilities, e.g. a file system test.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestFileSystem.performExtendedAttributesTest(FileSystem fileSystem)
Performs some tests on extended attributes
|
static void |
TestFileSystem.performFullTests(FileSystem fs)
This is a small utillity function, which calls testFileSystemUnmounted, mounts the file system, performs the mounted file system tests and unmounts it.
|
static void |
TestFileSystem.performHardLinksTest(FileSystem fileSystem)
Performs some tests on hard links
|
static void |
TestFileSystem.performLockTest(FileSystem fileSystem)
Performs some tests on windows file locking
|
static void |
TestFileSystem.performSymbolicLinksTest(FileSystem fileSystem)
Performs some tests on symbolic links
|
static void |
TestFileSystem.performUnixPermissionsTest(FileSystem fileSystem)
Performs some tests on unix permissions
|
static void |
TestFileSystem.performWindowsAttributesTest(FileSystem fileSystem)
Performs some tests on windows attributes
|
static void |
TestFileSystem.testFileSystemMounted(java.lang.String mountedPath)
Performs some tests when the file system is mounted
|
static void |
TestFileSystem.testFileSystemUnmounted(FileSystem fileSystem,
boolean isReadOnly)
Tests the file system.
|