public interface MControllerProvider
MController
.Modifier and Type | Method and Description |
---|---|
default boolean |
canScan(java.lang.String location)
Determine if this Controller can scan for a collection at this location.
|
MController |
create()
Creates an instance of
|
java.lang.String |
getProtocol()
The leading protocol string (without a trailing ":").
|
java.lang.String getProtocol()
default boolean canScan(java.lang.String location)
MController create()
MController
that scans locations to filter and provide a set of MFile
s defining to
be used to define a collection.