Interface FileResolver

    • Method Detail

      • getContent

        Set<String> getContent​(String path)
        Returns a list of pathes with the given path. Directories ends with slash.
        Parameters:
        path -
        Returns:
        the content
      • getRoot

        File getRoot()