Class ValidationResource


  • public class ValidationResource
    extends Object
    Class representing the json validation resource
    Author:
    https://github.com/mcweba [Marc-Andre Weber]
    • Constructor Detail

      • ValidationResource

        public ValidationResource()
    • Method Detail

      • getResources

        public final List<Map<String,​String>> getResources()
        Returns a list of resources
        Returns:
        list of resources
      • reset

        public void reset()
        Clears all validation resources
      • addResource

        public void addResource​(Map<String,​String> resource)
        Adds a resource to the resources
        Parameters:
        resource - resource to add