Uses of Class
nl.basjes.parse.useragent.config.AnalyzerConfig
Packages that use AnalyzerConfig
Package
Description
-
Uses of AnalyzerConfig in nl.basjes.parse.useragent
Methods in nl.basjes.parse.useragent that return AnalyzerConfigMethods in nl.basjes.parse.useragent with parameters of type AnalyzerConfigModifier and TypeMethodDescriptionprotected voidAbstractUserAgentAnalyzerDirect.configure(AnalyzerConfig pAnalyzerConfig, boolean pShowMatcherStats, boolean pDelayInitialization) -
Uses of AnalyzerConfig in nl.basjes.parse.useragent.analyze
Methods in nl.basjes.parse.useragent.analyze that return AnalyzerConfigModifier and TypeMethodDescriptionMatchMaker.Dummy.getConfig()UserAgentStringMatchMaker.getConfig()Constructors in nl.basjes.parse.useragent.analyze with parameters of type AnalyzerConfigModifierConstructorDescriptionUserAgentStringMatchMaker(AnalyzerConfig analyzerConfig, boolean showMatcherStats, boolean delayInitialization) -
Uses of AnalyzerConfig in nl.basjes.parse.useragent.config
Methods in nl.basjes.parse.useragent.config that return AnalyzerConfigModifier and TypeMethodDescriptionAnalyzerConfig.AnalyzerConfigBuilder.build()AnalyzerConfigHolder.getConfig()Obtain the config for this analyzer.ConfigLoader.load()AnalyzerConfig.setUserAgentMaxLength(int newUserAgentMaxLength) AnalyzerConfig.wantedFieldNames(Set<String> newWantedFieldNames) Methods in nl.basjes.parse.useragent.config with parameters of type AnalyzerConfig