Interface ExtensionFactory
public interface ExtensionFactory
-
Method Summary
Modifier and TypeMethodDescriptioncreate(WireMockServices services) default booleanAllows the factory to check the runtime environment and prevent itself being used if not compatible e.g.
-
Method Details
-
isLoadable
default boolean isLoadable()Allows the factory to check the runtime environment and prevent itself being used if not compatible e.g. because the wrong Jetty version is present.- Returns:
- true if the factory can be loaded.
-
create
-