FileArgumentType |
FileArgumentType.acceptSystemIn() |
If the argument is "-", accept it as standard input.
|
FileArgumentType |
FileArgumentType.or() |
Start a new verification group.
|
FileArgumentType |
FileArgumentType.verifyCanCreate() |
Verifies that the specified path is writable.
|
FileArgumentType |
FileArgumentType.verifyCanExecute() |
Verifies that the specified path is executable.
|
FileArgumentType |
FileArgumentType.verifyCanRead() |
Verifies that the specified path is readable.
|
FileArgumentType |
FileArgumentType.verifyCanWrite() |
Verifies that the specified path is writable.
|
FileArgumentType |
FileArgumentType.verifyCanWriteParent() |
Verifies that the parent directory of the specified path is writable.
|
FileArgumentType |
FileArgumentType.verifyExists() |
Verifies that the specified path exists.
|
FileArgumentType |
FileArgumentType.verifyIsAbsolute() |
Verifies that the specified path is an absolute path.
|
FileArgumentType |
FileArgumentType.verifyIsDirectory() |
Verifies that the specified path is a directory.
|
FileArgumentType |
FileArgumentType.verifyIsFile() |
Verifies that the specified path is a regular file.
|
FileArgumentType |
FileArgumentType.verifyNotExists() |
Verifies that the specified path does not exist.
|