Package thredds.filesystem.zarr
Class ControllerZip.Provider
- java.lang.Object
-
- thredds.filesystem.zarr.ControllerZip.Provider
-
- All Implemented Interfaces:
MControllerProvider
- Enclosing class:
- ControllerZip
public static class ControllerZip.Provider extends Object implements MControllerProvider
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canScan(String location)
Determine if this Controller can scan for a collection at this location.MController
create()
Creates an instance ofString
getProtocol()
The leading protocol string (without a trailing ":").
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
Description copied from interface:MControllerProvider
The leading protocol string (without a trailing ":").- Specified by:
getProtocol
in interfaceMControllerProvider
-
canScan
public boolean canScan(String location)
Description copied from interface:MControllerProvider
Determine if this Controller can scan for a collection at this location.- Specified by:
canScan
in interfaceMControllerProvider
-
create
public MController create()
Description copied from interface:MControllerProvider
Creates an instance of- Specified by:
create
in interfaceMControllerProvider
- Returns:
- An
MController
that scans locations to filter and provide a set ofMFile
s defining to be used to define a collection.
-
-