Package org.mockserver.persistence
Class RecordedExpectationFileSystemPersistence
- java.lang.Object
-
- org.mockserver.persistence.RecordedExpectationFileSystemPersistence
-
- All Implemented Interfaces:
MockServerLogListener
public class RecordedExpectationFileSystemPersistence extends Object implements MockServerLogListener
-
-
Constructor Summary
Constructors Constructor Description RecordedExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, MockServerEventLog mockServerEventLog)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringserialize(List<Expectation> expectations)Stringserialize(Expectation... expectations)voidstop()voidupdated(MockServerEventLog mockServerLog)
-
-
-
Constructor Detail
-
RecordedExpectationFileSystemPersistence
public RecordedExpectationFileSystemPersistence(Configuration configuration, MockServerLogger mockServerLogger, MockServerEventLog mockServerEventLog)
-
-
Method Detail
-
updated
public void updated(MockServerEventLog mockServerLog)
- Specified by:
updatedin interfaceMockServerLogListener
-
serialize
public String serialize(List<Expectation> expectations)
-
serialize
public String serialize(Expectation... expectations)
-
stop
public void stop()
-
-