Interface MControllerProvider


  • public interface MControllerProvider
    A Service Provider of MController.
    Since:
    5.4
    • Method Detail

      • getProtocol

        String getProtocol()
        The leading protocol string (without a trailing ":").
      • canScan

        default boolean canScan​(String location)
        Determine if this Controller can scan for a collection at this location.
      • create

        MController create()
        Creates an instance of
        Returns:
        An MController that scans locations to filter and provide a set of MFiles defining to be used to define a collection.