Package thredds.inventory.s3
Class CollectionSpecParserS3.Provider
- java.lang.Object
-
- thredds.inventory.s3.CollectionSpecParserS3.Provider
-
- All Implemented Interfaces:
thredds.inventory.CollectionSpecParserProvider
- Enclosing class:
- CollectionSpecParserS3
public static class CollectionSpecParserS3.Provider extends Object implements thredds.inventory.CollectionSpecParserProvider
An S3 Service Provider ofCollectionSpecParserAbstract.
-
-
Constructor Summary
Constructors Constructor Description Provider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description thredds.inventory.CollectionSpecParserAbstractcreate(String rootDir, String regEx, Formatter errlog)thredds.inventory.CollectionSpecParserAbstractcreate(String spec, Formatter errlog)StringgetProtocol()
-
-
-
Method Detail
-
getProtocol
public String getProtocol()
- Specified by:
getProtocolin interfacethredds.inventory.CollectionSpecParserProvider
-
create
public thredds.inventory.CollectionSpecParserAbstract create(String spec, Formatter errlog)
- Specified by:
createin interfacethredds.inventory.CollectionSpecParserProvider
-
-