- verifyCanCreate() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is writable.
- verifyCanExecute() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is executable.
- verifyCanRead() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is readable.
- verifyCanWrite() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is writable.
- verifyCanWriteParent() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the parent directory of the specified path is writable.
- verifyExists() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path exists.
- verifyIsAbsolute() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is an absolute path.
- verifyIsDirectory() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is a directory.
- verifyIsFile() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path is a regular file.
- verifyNotExists() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
-
Verifies that the specified path does not exist.