public interface ITraceForStorageProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
ITraceForStorageProvider.Null |
| Modifier and Type | Method and Description |
|---|---|
ITrace |
getTraceToSource(org.eclipse.core.resources.IStorage derivedResource)
Returns the trace information to the sources that were used as input for the given derived resource.
|
ITrace |
getTraceToTarget(org.eclipse.core.resources.IStorage sourceResource)
Returns the trace information to the targets that were generated from the given source.
|
ITrace getTraceToSource(org.eclipse.core.resources.IStorage derivedResource)
null if no such data is available for the given storage.derivedResource - the resource whose source trace is requested. May not be null.null.ITrace getTraceToTarget(org.eclipse.core.resources.IStorage sourceResource)
null if no such data is available for the given storage.sourceResource - the resource whose target trace is requested. May not be null.null.Copyright © 2015. All Rights Reserved.