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)
ITraceURIConverterContributionnull if the resource is not handled
by this contribution.getURIForTrace in interface ITraceURIConverterContributionpublic org.eclipse.emf.common.util.URI getURIForTrace(org.eclipse.emf.common.util.URI uri)
ITraceURIConverterContributionnull if the uri's location is not handled by
this contribution.getURIForTrace in interface ITraceURIConverterContribution