Package | Description |
---|---|
com.ibm.xtools.umldt.rt.api.internal.impl.merge | |
com.ibm.xtools.umldt.rt.api.merge |
Modifier and Type | Class and Description |
---|---|
class |
DefaultCommandFactory |
Modifier and Type | Method and Description |
---|---|
RTMergeFacade.CommandFactory |
RTMergeFacadeImpl.getCommandFactory(String teamProvider) |
RTMergeFacade.CommandFactory |
CommandFactoryManager.getFactory(String teamProvider) |
Modifier and Type | Method and Description |
---|---|
void |
CommandFactoryManager.registerFactory(RTMergeFacade.CommandFactory factory) |
void |
CommandFactoryManager.unregisterFactory(RTMergeFacade.CommandFactory factory) |
Modifier and Type | Interface and Description |
---|---|
static interface |
RTMergeFacade.FileMergeCommandFactory
This defines file merge command factory for file-by-file compare/merge operations.
|
Modifier and Type | Method and Description |
---|---|
<T extends RTMergeFacade.CommandFactory> |
RTMergeFacade.getCommandFactory(String teamProvider)
Returns command factory for specified team provider.
|