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.
|
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 can either be a Match
, a
Diff
or a MatchResource
object.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.