Class ParentPathValueValidator

java.lang.Object
kieker.tools.settings.validators.ParentPathValueValidator
All Implemented Interfaces:
com.beust.jcommander.IValueValidator<Path>

public class ParentPathValueValidator extends Object implements com.beust.jcommander.IValueValidator<Path>
Evaluate whether the parent directory of a given path exists.
Since:
2.0.0
Author:
Reiner Jung
  • Constructor Details

    • ParentPathValueValidator

      public ParentPathValueValidator()
  • Method Details

    • validate

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