Interface MatcherReader

All Known Implementing Classes:
XMLConfigurationReader

public interface MatcherReader
An interface that describes the methods of a Matcher reader.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    addMatchers​(URL url)
    Adds a URL to the set of files to be read.
    void
    Reads the configuration and MatcherBuilder classes and adds them to Readers.
  • Method Details

    • addMatchers

      void addMatchers(URL url)
      Adds a URL to the set of files to be read.
      Parameters:
      url - the URL to read.
    • readMatcherBuilders

      void readMatcherBuilders()
      Reads the configuration and MatcherBuilder classes and adds them to Readers.