org.eclipse.xtext.generator
Interface IFileSystemAccessExtension2

All Known Implementing Classes:
AbstractFileSystemAccess, EclipseResourceFileSystemAccess, EclipseResourceFileSystemAccess2, InMemoryFileSystemAccess, JavaIoFileSystemAccess, JDTAwareEclipseResourceFileSystemAccess2, SourceRelativeFileSystemAccess

public interface IFileSystemAccessExtension2

Since:
2.3
Author:
Jan Koehnlein - Initial contribution and API

Method Summary
 org.eclipse.emf.common.util.URI getURI(java.lang.String fileName)
          Returns an URI for the specified file in the default output location.
 org.eclipse.emf.common.util.URI getURI(java.lang.String fileName, java.lang.String outputConfiguration)
          Returns an URI for the specified file.
 

Method Detail

getURI

org.eclipse.emf.common.util.URI getURI(java.lang.String fileName,
                                       java.lang.String outputConfiguration)
Returns an URI for the specified file. For workspace files 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 fileName)
Returns an URI for the specified file in the default output location. For workspace files a platform:/resource URI should be returned in order to pick up project specific preferences.