Package org.apache.rat.configuration
Interface MatcherReader
- All Known Implementing Classes:
XMLConfigurationReader
public interface MatcherReader
An interface that describes the methods of a Matcher reader.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addMatchers
(URI uri) Adds a URI to the set of files to be read.void
Reads the configuration and MatcherBuilder classes and adds them to Readers.
-
Method Details
-
addMatchers
Adds a URI to the set of files to be read.- Parameters:
uri
- the URI to read.
-
readMatcherBuilders
void readMatcherBuilders()Reads the configuration and MatcherBuilder classes and adds them to Readers.
-