com.github.dreamhead.moco
Class Setting

java.lang.Object
  extended by com.github.dreamhead.moco.ResponseSetting
      extended by com.github.dreamhead.moco.Setting
Direct Known Subclasses:
BaseSetting

public abstract class Setting
extends ResponseSetting


Field Summary
protected  RequestMatcher matcher
           
 
Fields inherited from class com.github.dreamhead.moco.ResponseSetting
eventTriggers, handler
 
Constructor Summary
protected Setting(RequestMatcher matcher)
           
 
Method Summary
 
Methods inherited from class com.github.dreamhead.moco.ResponseSetting
context, on, redirectTo, response, response, response, response, response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matcher

protected final RequestMatcher matcher
Constructor Detail

Setting

protected Setting(RequestMatcher matcher)