Interface IApi

  • All Known Implementing Classes:
    DefaultMApi

    public interface IApi
    • Method Detail

      • isTrace

        boolean isTrace​(String name)
      • getFile

        File getFile​(MApi.SCOPE scope,
                     String name)
        Return a File inside the current application context.
        Parameters:
        scope - Where to locate the requested file name.
        name - The name / path of the file or directory inside the scope
        Returns:
        file The file.
      • updateLog

        void updateLog()