Class FileVerification

java.lang.Object
net.sourceforge.argparse4j.impl.type.FileVerification

public class FileVerification extends Object

Verifies properties of files. This can be used by argument types to add extra validation to the file or directory paths that they accept.

To use it, create an instance, enable the desired verifications and call verify(ArgumentParser, Argument, File).

Since:
0.8.0