public class MergeResolutionManager extends Object
Modifier and Type | Field and Description |
---|---|
static String |
EXTENSION_POINT
The name of the extension point.
|
Constructor and Description |
---|
MergeResolutionManager(MergeResolutionListenerRegistry registry)
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
void |
handleFlush(Object input)
Called when a merge result view's flush method is called.
|
public static final String EXTENSION_POINT
public MergeResolutionManager(MergeResolutionListenerRegistry registry)
registry
- The MergeResolutionListenerRegistry
instance to managepublic void handleFlush(Object input)
input
- The content of the merge resolution being flushed. This must be a
TreeNodeCompareInput
object.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.