public static class ExtensibleTraceURIConverter.CompositeContribution extends java.lang.Object implements ITraceURIConverterContribution
Constructor and Description |
---|
ExtensibleTraceURIConverter.CompositeContribution(com.google.common.collect.ImmutableList<? extends ITraceURIConverterContribution> contributions) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.URI |
getURIForTrace(org.eclipse.emf.common.util.URI uri)
Compute the trace URI that points to the location of the given uri.
|
org.eclipse.emf.common.util.URI |
getURIForTrace(XtextResource context)
Compute the trace URI that points to the location of the given
resource.
|
public ExtensibleTraceURIConverter.CompositeContribution(com.google.common.collect.ImmutableList<? extends ITraceURIConverterContribution> contributions)
public org.eclipse.emf.common.util.URI getURIForTrace(XtextResource context)
ITraceURIConverterContribution
null
if the resource is not handled
by this contribution.getURIForTrace
in interface ITraceURIConverterContribution
public org.eclipse.emf.common.util.URI getURIForTrace(org.eclipse.emf.common.util.URI uri)
ITraceURIConverterContribution
null
if the uri's location is not handled by
this contribution.getURIForTrace
in interface ITraceURIConverterContribution