Interface IResourceAccessor


  • public interface IResourceAccessor
    Resource accessor.
    • Method Detail

      • 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.