Package org.mockserver.persistence
Class ExpectationFileSystemPersistence
- java.lang.Object
-
- org.mockserver.persistence.ExpectationFileSystemPersistence
-
- All Implemented Interfaces:
MockServerMatcherListener
public class ExpectationFileSystemPersistence extends Object implements MockServerMatcherListener
-
-
Constructor Summary
Constructors Constructor Description ExpectationFileSystemPersistence(MockServerLogger mockServerLogger, MockServerMatcher mockServerMatcher)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
serialize(List<Expectation> expectations)
String
serialize(Expectation... expectations)
void
updated(MockServerMatcher mockServerLog)
-
-
-
Constructor Detail
-
ExpectationFileSystemPersistence
public ExpectationFileSystemPersistence(MockServerLogger mockServerLogger, MockServerMatcher mockServerMatcher)
-
-
Method Detail
-
updated
public void updated(MockServerMatcher mockServerLog)
- Specified by:
updated
in interfaceMockServerMatcherListener
-
serialize
public String serialize(List<Expectation> expectations)
-
serialize
public String serialize(Expectation... expectations)
-
-