public static interface RTMergeFacade.FileMergeCommandFactory extends RTMergeFacade.CommandFactory
Default implementation of this factory can be obtained as
RTFacade facade = ...;
RTMergeFacade mf = facade.getRTMergeFacade();
FileMergeCommandFactory factory = mf.getCommandFactory("default");
Modifier and Type | Method and Description |
---|---|
RTFileCommand |
compare()
Creates file compare command.
|
RTFileCommand |
merge()
Creates 3way file merge command.
|
getTeamProvider
RTFileCommand merge()
The file merge command expects valid ancestor/left/right versions and output file.
RTFileCommand
RTFileCommand compare()
The compare command expects valid left/right versions (for 2way compare) and optionally ancestor version (for 3way compare).
RTFileCommand