com.github.tomakehurst.wiremock.global
Class GlobalSettingsHolder

java.lang.Object
  extended by com.github.tomakehurst.wiremock.global.GlobalSettingsHolder

public class GlobalSettingsHolder
extends java.lang.Object


Constructor Summary
GlobalSettingsHolder()
           
 
Method Summary
 GlobalSettings get()
           
 void replaceWith(GlobalSettings globalSettings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlobalSettingsHolder

public GlobalSettingsHolder()
Method Detail

replaceWith

public void replaceWith(GlobalSettings globalSettings)

get

public GlobalSettings get()