Class FileVerification


  • public class FileVerification
    extends java.lang.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