public class ModelResolverDescriptor extends Object
IModelResolver
.
This acts as a DTO holding the information about the registered resolvers.
Note that model resolvers are only partially lazy : we won't start the plugins providing model resolvers as
soon as we discover them, but we will do so as soon as EMF Compare is first called (we need an instance to
check whether the resolver can
resolve
the target model).
Model resolvers are stateful, so once a descriptor has been used to create its underlying instance, the resolver remains in memory.
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
String |
getDescription() |
String |
getLabel() |
int |
getRanking() |
public int getRanking()
org.eclipse.emf.compare.ide.ui.logical.IModelResolver#getRanking()
public String getLabel()
public String getDescription()
public String getClassName()
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.