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