Class RadarSchemaMetadataRules

  • All Implemented Interfaces:
    SchemaMetadataRules

    public class RadarSchemaMetadataRules
    extends java.lang.Object
    implements SchemaMetadataRules
    Rules for schemas with metadata in RADAR-Schemas.
    • Constructor Detail

      • RadarSchemaMetadataRules

        public RadarSchemaMetadataRules​(java.nio.file.Path root,
                                        ExcludeConfig config)
        Rules for schemas with metadata in RADAR-Schemas. RadarSchemaRules is used as schema rules implementation.
        Parameters:
        root - directory of RADAR-Schemas
        config - configuration for excluding schemas from validation.
      • RadarSchemaMetadataRules

        public RadarSchemaMetadataRules​(java.nio.file.Path root,
                                        ExcludeConfig config,
                                        SchemaRules schemaRules)
        Rules for schemas with metadata in RADAR-Schemas.
        Parameters:
        root - directory of RADAR-Schemas
        config - configuration for excluding schemas from validation.
        schemaRules - schema rules implementation.