Interface IResourceAccessor


  • public interface IResourceAccessor
    Resource accessor.
    • Method Detail

      • getFileListRecursively

        List<org.eclipse.core.runtime.IPath> getFileListRecursively​(org.eclipse.core.runtime.IPath path)
        Returns the file list for given folder path and all its subfolders.
        Parameters:
        path - The project-relative folder path to get the file list for. May not be null.
        Returns:
        the list of relative file paths, never null.
      • openContentInputStream

        InputStream openContentInputStream​(org.eclipse.core.runtime.IPath path)
        Opens content input stream.
        Parameters:
        path - The resource path. May not be null.
        Returns:
        the content input stream or null if the resource does not exist.