Uses of Class
net.sourceforge.argparse4j.ext.java7.PathArgumentType
Packages that use PathArgumentType
-
Uses of PathArgumentType in net.sourceforge.argparse4j.ext.java7
Methods in net.sourceforge.argparse4j.ext.java7 that return PathArgumentTypeModifier and TypeMethodDescriptionPathArgumentType.acceptSystemIn()
If the argument is "-", accept it as standard input.PathArgumentType.or()
Start a new verification group.PathArgumentType.verifyCanCreate()
Verifies that the specified path is writable.PathArgumentType.verifyCanExecute()
Verifies that the specified path is executable.PathArgumentType.verifyCanRead()
Verifies that the specified path is readable.PathArgumentType.verifyCanWrite()
Verifies that the specified path is writable.PathArgumentType.verifyCanWriteParent()
Verifies that the parent directory of the specified path is writable.PathArgumentType.verifyExists()
Verifies that the specified path exists.PathArgumentType.verifyIsAbsolute()
Verifies that the specified path is an absolute path.PathArgumentType.verifyIsDirectory()
Verifies that the specified path is a directory.PathArgumentType.verifyIsFile()
Verifies that the specified path is a regular file.PathArgumentType.verifyNotExists()
Verifies that the specified path does not exist.