Package thredds.inventory.s3
Class MFileS3.Provider
- java.lang.Object
-
- thredds.inventory.s3.MFileS3.Provider
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description thredds.inventory.MFilecreate(String location)StringgetProtocol()
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfacethredds.inventory.MFileProvider
-
create
@Nullable public thredds.inventory.MFile create(String location) throws IOException
- Specified by:
createin interfacethredds.inventory.MFileProvider- Throws:
IOException
-
-