Skip navigation links
A C N O P V 

A

acceptSystemIn() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
If the argument is "-", accept it as standard input.

C

convert(ArgumentParser, Argument, String) - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
 

N

net.sourceforge.argparse4j.ext.java7 - package net.sourceforge.argparse4j.ext.java7
 

O

or() - Method in class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Start a new verification group.

P

PathArgumentType - Class in net.sourceforge.argparse4j.ext.java7
ArgumentType subclass for Path type, using fluent style API.
PathArgumentType() - Constructor for class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Create an instance using the default file system for resolving the path.
PathArgumentType(FileSystem) - Constructor for class net.sourceforge.argparse4j.ext.java7.PathArgumentType
Create an instance using the given file system for resolving the path.

V

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.
A C N O P V 
Skip navigation links

Copyright © 2012–2017. All rights reserved.