Package org.eclipse.xtext.generator
Interface IFileSystemAccessExtension2
-
- All Known Subinterfaces:
IFileSystemAccess2
- All Known Implementing Classes:
AbstractFileSystemAccess,AbstractFileSystemAccess2,InMemoryFileSystemAccess,JavaIoFileSystemAccess,URIBasedFileSystemAccess
public interface IFileSystemAccessExtension2- Since:
- 2.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.URIgetURI(java.lang.String path)Returns an URI for the specified path in the default output location.org.eclipse.emf.common.util.URIgetURI(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.
-
-