Package 

Class SpecificationsValidator

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      public final static String YML_EXTENSION
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean specificationsAreYmlFiles(Scope scope) Check that all files in the specifications directory are YAML files.
      <T> boolean checkSpecificationParsing(Scope scope, Class<T> clazz)
      • Methods inherited from class java.lang.Object

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

      • SpecificationsValidator

        SpecificationsValidator(Path root, SchemaConfig config)
        Specifications validator for given RADAR-Schemas directory.
        Parameters:
        root - RADAR-Schemas directory.
        config - configuration to exclude certain schemas or fields from validation.