Package thredds.inventory.zarr
Class MFileZip.Provider
- java.lang.Object
-
- thredds.inventory.zarr.MFileZip.Provider
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanProvide(String location)thredds.inventory.MFilecreate(String location)StringgetProtocol()
-
-
-
Field Detail
-
ext
protected static final String ext
- See Also:
- Constant Field Values
-
-
Method Detail
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfacethredds.inventory.MFileProvider
-
canProvide
public boolean canProvide(String location)
- Specified by:
canProvidein interfacethredds.inventory.MFileProvider
-
create
@Nullable public thredds.inventory.MFile create(String location) throws IOException
- Specified by:
createin interfacethredds.inventory.MFileProvider- Throws:
IOException
-
-