Class NotImplementedMappingsSaver
- java.lang.Object
-
- com.github.tomakehurst.wiremock.servlet.NotImplementedMappingsSaver
-
- All Implemented Interfaces:
MappingsSaver
public class NotImplementedMappingsSaver extends java.lang.Object implements MappingsSaver
-
-
Constructor Summary
Constructors Constructor Description NotImplementedMappingsSaver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidremove(StubMapping stubMapping)voidremoveAll()voidsave(StubMapping stubMapping)voidsave(java.util.List<StubMapping> stubMappings)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.github.tomakehurst.wiremock.core.MappingsSaver
remove
-
-
-
-
Method Detail
-
save
public void save(java.util.List<StubMapping> stubMappings)
- Specified by:
savein interfaceMappingsSaver
-
save
public void save(StubMapping stubMapping)
- Specified by:
savein interfaceMappingsSaver
-
remove
public void remove(StubMapping stubMapping)
- Specified by:
removein interfaceMappingsSaver
-
removeAll
public void removeAll()
- Specified by:
removeAllin interfaceMappingsSaver
-
-