Interface MFileProvider

    • Method Detail

      • getProtocol

        String getProtocol()
        The leading protocol string (without a trailing ":").
      • canProvide

        default boolean canProvide​(String location)
        Determine if this Provider can provide an MFile for a given location.
      • create

        @Nonnull
        MFile create​(String location)
              throws IOException
        Create an MFile from a given location, the file may or may not exist
        Parameters:
        location - location of a file or .
        Returns:
        MFile
        Throws:
        IOException