public static class ITraceForStorageProvider.Null extends Object implements ITraceForStorageProvider
ITraceForStorageProvider.Null| Constructor and Description |
|---|
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.
|
public ITrace getTraceToSource(org.eclipse.core.resources.IStorage derivedResource)
ITraceForStorageProvidernull if no such data is available for the given storage.getTraceToSource in interface ITraceForStorageProviderderivedResource - the resource whose source trace is requested. May not be null.null.public ITrace getTraceToTarget(org.eclipse.core.resources.IStorage sourceResource)
ITraceForStorageProvidernull if no such data is available for the given storage.getTraceToTarget in interface ITraceForStorageProvidersourceResource - the resource whose target trace is requested. May not be null.null.Copyright © 2015. All Rights Reserved.