Class ValidateFileExists

  • All Implemented Interfaces:
    com.beust.jcommander.IValueValidator<Path>

    public final class ValidateFileExists
    extends Object
    implements com.beust.jcommander.IValueValidator<Path>
    • Constructor Detail

      • ValidateFileExists

        public ValidateFileExists()
    • Method Detail

      • validate

        public void validate​(String name,
                             Path value)
                      throws com.beust.jcommander.ParameterException
        Specified by:
        validate in interface com.beust.jcommander.IValueValidator<Path>
        Throws:
        com.beust.jcommander.ParameterException