Constructor and Description |
---|
ComparisonScopeBuilder(IModelResolver resolver,
IModelMinimizer minimizer)
Constructs a builder given its model resolver and minimizer.
|
ComparisonScopeBuilder(IModelResolver resolver,
IModelMinimizer minimizer,
IStorageProviderAccessor storageAccessor)
Constructs a builder given its model resolver and minimizer, along with the storage accessor for remote
data.
|
Modifier and Type | Class and Description |
---|---|
class |
ThreadedModelResolver
This implementation of an
IModelResolver will look up all of the models located in a set container
level of the "starting point" (by default, the containing project) to construct the graph of dependencies
between these models. |
Modifier and Type | Method and Description |
---|---|
IModelResolver |
ModelResolverRegistry.getBestResolverFor(org.eclipse.core.resources.IStorage sourceStorage)
Returns a
IModelResolver that handles the given IStorage. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelResolver
This can be subclassed instead of
IModelResolver to avoid reimplementing common extension-related
code. |
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.