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, wait
canProvide
public java.lang.String getProtocol()
MFileProvider
getProtocol
in interface MFileProvider
@Nonnull public MFile create(java.lang.String location) throws java.io.IOException
MFileProvider
MFile
from a given location, the file may or may not existcreate
in interface MFileProvider
location
- location of a file or .MFile
java.io.IOException