Package thredds.inventory
Interface MControllerProvider
-
public interface MControllerProviderA Service Provider ofMController.- Since:
- 5.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default booleancanScan(String location)Determine if this Controller can scan for a collection at this location.MControllercreate()Creates an instance ofStringgetProtocol()The leading protocol string (without a trailing ":").
-
-
-
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
MControllerthat scans locations to filter and provide a set ofMFiles defining to be used to define a collection.
-
-