Package thredds.filesystem.s3
Class ControllerS3.Provider
- java.lang.Object
-
- thredds.filesystem.s3.ControllerS3.Provider
-
- All Implemented Interfaces:
MControllerProvider
- Enclosing class:
- ControllerS3
public static class ControllerS3.Provider extends Object implements MControllerProvider
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MController
create()
Creates an instance ofString
getProtocol()
The leading protocol string (without a trailing ":").-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface thredds.inventory.MControllerProvider
canScan
-
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
Description copied from interface:MControllerProvider
The leading protocol string (without a trailing ":").- Specified by:
getProtocol
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.
-
-