public static class MFileS3.Provider extends java.lang.Object implements MFileProvider
| Constructor and Description |
|---|
Provider() |
| Modifier and Type | Method and Description |
|---|---|
MFile |
create(java.lang.String location)
Create an
MFile from a given location, the file may or may not exist |
java.lang.String |
getProtocol()
The leading protocol string (without a trailing ":").
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanProvidepublic java.lang.String getProtocol()
MFileProvidergetProtocol in interface MFileProvider@Nonnull public MFile create(java.lang.String location) throws java.io.IOException
MFileProviderMFile from a given location, the file may or may not existcreate in interface MFileProviderlocation - location of a file or .MFilejava.io.IOException