Class ValidateParentDirExists

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

    public final class ValidateParentDirExists
    extends java.lang.Object
    implements com.beust.jcommander.IValueValidator<java.nio.file.Path>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void validate​(java.lang.String name, java.nio.file.Path value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ValidateParentDirExists

        public ValidateParentDirExists()
    • Method Detail

      • validate

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