net.sourceforge.wurfl.core.matchers
Class DynamicBotMatcher

java.lang.Object
  extended by net.sourceforge.wurfl.core.matchers.AbstractMatcher
      extended by net.sourceforge.wurfl.core.matchers.DynamicMatcher
          extended by net.sourceforge.wurfl.core.matchers.DynamicBotMatcher
All Implemented Interfaces:
Matcher, ResourcePaths

public final class DynamicBotMatcher
extends DynamicMatcher

Version:
$Id$

Field Summary
 
Fields inherited from class net.sourceforge.wurfl.core.matchers.DynamicMatcher
strategy
 
Fields inherited from class net.sourceforge.wurfl.core.matchers.AbstractMatcher
DEBUG, detected, inspectionManager, isDebugEnabled, logger, undetected
 
Fields inherited from interface net.sourceforge.wurfl.core.resource.ResourcePaths
CATCH_ALL_RECOVERY_FILE, WURFL_CONFIG_FILE
 
Constructor Summary
DynamicBotMatcher(UserAgentNormalizer normalizer)
           
DynamicBotMatcher(UserAgentNormalizer normalizer, Condition<String> matchCondition, StringOp customUserAgentMatchOp, Strategy.Type strategyType, IntOp toleranceOp, OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)
           
 
Method Summary
 
Methods inherited from class net.sourceforge.wurfl.core.matchers.DynamicMatcher
applyRecoveryMatch, canHandle, getName, lookForMatchingUserAgent, setApplyRecoveryOp, setApplyUserAgentRecoveryOp, setCustomUserAgentMatchOp, setFixedCustomUserAgentMatch, setFixedRecovery, setMatchCondition, setName, setStrategyType, setTolerance, setToleranceOp, toString
 
Methods inherited from class net.sourceforge.wurfl.core.matchers.AbstractMatcher
applyCatchAllRecoveryMatch, applyConclusiveMatch, getFilter, match, normalize, setFilter, setInspectionManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DynamicBotMatcher

public DynamicBotMatcher(UserAgentNormalizer normalizer)

DynamicBotMatcher

public DynamicBotMatcher(UserAgentNormalizer normalizer,
                         Condition<String> matchCondition,
                         StringOp customUserAgentMatchOp,
                         Strategy.Type strategyType,
                         IntOp toleranceOp,
                         OneParamOp<WURFLRequest,String> applyRecoveryMatchOp)


Copyright © 2012 ScientiaMobile Inc.. All Rights Reserved.