Interface IFileSystemAccessExtension2

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.common.util.URI getURI​(java.lang.String path)
      Returns an URI for the specified path in the default output location.
      org.eclipse.emf.common.util.URI getURI​(java.lang.String path, java.lang.String outputConfiguration)
      Returns an URI for the specified path.
    • Method Detail

      • getURI

        org.eclipse.emf.common.util.URI getURI​(java.lang.String path,
                                               java.lang.String outputConfiguration)
        Returns an URI for the specified path. For workspace resources a platform:/resource URI should be returned in order to pick up project specific preferences.
      • getURI

        org.eclipse.emf.common.util.URI getURI​(java.lang.String path)
        Returns an URI for the specified path in the default output location. For workspace resources a platform:/resource URI should be returned in order to pick up project specific preferences.