Interface ExtensionFactory


public interface ExtensionFactory
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default boolean
    Allows 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

      List<Extension> create(WireMockServices services)