public interface MFileProvider
MFile
.Modifier and Type | Method and Description |
---|---|
default boolean |
canProvide(java.lang.String location)
Determine if this Provider can provide an MFile for a given location.
|
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 ":").
|