Package thredds.filesystem.zarr
Class ControllerZip.Provider
- java.lang.Object
-
- thredds.filesystem.zarr.ControllerZip.Provider
-
- All Implemented Interfaces:
thredds.inventory.MControllerProvider
- Enclosing class:
- ControllerZip
public static class ControllerZip.Provider extends Object implements thredds.inventory.MControllerProvider
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanScan(String location)thredds.inventory.MControllercreate()StringgetProtocol()
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfacethredds.inventory.MControllerProvider
-
canScan
public boolean canScan(String location)
- Specified by:
canScanin interfacethredds.inventory.MControllerProvider
-
create
public thredds.inventory.MController create()
- Specified by:
createin interfacethredds.inventory.MControllerProvider
-
-