Interface ITraceURIConverter
-
- All Known Implementing Classes:
DefaultTraceURIConverter
public interface ITraceURIConverterThis class converts URIs between their absolute forms and a relative form, which is persisted in trace files. Since trace files may be packed in JARs, the URIs should not make assumptions about the environments outside of the JARs, such as project name and source folders.- Noimplement:
- This interface is not intended to be implemented by clients.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SourceRelativeURIgetURIForTrace(org.eclipse.emf.ecore.resource.Resource resource)SourceRelativeURIgetURIForTrace(IProjectConfig projectConfig, AbsoluteURI absoluteURI)
-
-
-
Method Detail
-
getURIForTrace
SourceRelativeURI getURIForTrace(IProjectConfig projectConfig, AbsoluteURI absoluteURI)
-
getURIForTrace
SourceRelativeURI getURIForTrace(org.eclipse.emf.ecore.resource.Resource resource)
-
-