Class MatchMaker.Dummy
java.lang.Object
nl.basjes.parse.useragent.analyze.MatchMaker.Dummy
- All Implemented Interfaces:
MatchMaker,AnalyzerConfigHolder
- Direct Known Subclasses:
GetAllPaths
- Enclosing interface:
- MatchMaker
-
Nested Class Summary
Nested classes/interfaces inherited from interface nl.basjes.parse.useragent.analyze.MatchMaker
MatchMaker.Dummy -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionObtain the config for this analyzer.getRequiredInformRanges(String treeName) getRequiredPrefixLengths(String treeName) voidvoidinformMeAbout(MatcherAction matcherAction, String keyPattern) voidinformMeAboutPrefix(MatcherAction matcherAction, String treeName, String prefix) voidlookingForRange(String treeName, WordRangeVisitor.Range range) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface nl.basjes.parse.useragent.config.AnalyzerConfigHolder
dropTests, getLookups, getLookupSets, getNumberOfTestCases, getTestCases, getUserAgentMaxLengthMethods inherited from interface nl.basjes.parse.useragent.analyze.MatchMaker
receivedInput
-
Constructor Details
-
Dummy
public Dummy()
-
-
Method Details
-
inform
- Specified by:
informin interfaceMatchMaker
-
informMeAbout
- Specified by:
informMeAboutin interfaceMatchMaker
-
lookingForRange
- Specified by:
lookingForRangein interfaceMatchMaker
-
getRequiredInformRanges
- Specified by:
getRequiredInformRangesin interfaceMatchMaker
-
informMeAboutPrefix
- Specified by:
informMeAboutPrefixin interfaceMatchMaker
-
getRequiredPrefixLengths
- Specified by:
getRequiredPrefixLengthsin interfaceMatchMaker
-
getConfig
Description copied from interface:AnalyzerConfigHolderObtain the config for this analyzer.- Specified by:
getConfigin interfaceAnalyzerConfigHolder- Returns:
- The instance of the config used by this analyzer.
-