| Modifier and Type | Method and Description |
|---|---|
PathArgumentType |
PathArgumentType.acceptSystemIn()
If the argument is "-", accept it as standard input.
|
PathArgumentType |
PathArgumentType.or()
Start a new verification group.
|
PathArgumentType |
PathArgumentType.verifyCanCreate()
Verifies that the specified path is writable.
|
PathArgumentType |
PathArgumentType.verifyCanExecute()
Verifies that the specified path is executable.
|
PathArgumentType |
PathArgumentType.verifyCanRead()
Verifies that the specified path is readable.
|
PathArgumentType |
PathArgumentType.verifyCanWrite()
Verifies that the specified path is writable.
|
PathArgumentType |
PathArgumentType.verifyCanWriteParent()
Verifies that the parent directory of the specified path is writable.
|
PathArgumentType |
PathArgumentType.verifyExists()
Verifies that the specified path exists.
|
PathArgumentType |
PathArgumentType.verifyIsAbsolute()
Verifies that the specified path is an absolute path.
|
PathArgumentType |
PathArgumentType.verifyIsDirectory()
Verifies that the specified path is a directory.
|
PathArgumentType |
PathArgumentType.verifyIsFile()
Verifies that the specified path is a regular file.
|
PathArgumentType |
PathArgumentType.verifyNotExists()
Verifies that the specified path does not exist.
|
Copyright © 2012–2017. All rights reserved.