Class GlobalDistributionValidator


  • public class GlobalDistributionValidator
    extends java.lang.Object
    Performs the following validations: - Verify that all global documents have required redundancy - Verify that all referred documents are present in services.xml - Verify that all referred documents are global
    Author:
    bjorncs
    • Constructor Detail

      • GlobalDistributionValidator

        public GlobalDistributionValidator()
    • Method Detail

      • validate

        public void validate​(java.util.Map<java.lang.String,​NewDocumentType> documentDefinitions,
                             java.util.Set<NewDocumentType> globallyDistributedDocuments)