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 |
RTFileCommandImpl |
class |
RTFileCompareCommandImpl |
class |
RTFileMergeCommandImpl |
Modifier and Type | Method and Description |
---|---|
RTFileCommand |
DefaultCommandFactory.compare() |
RTFileCommand |
DefaultCommandFactory.merge() |
RTFileCommand |
RTFileCommandImpl.setAncestor(File file) |
RTFileCommand |
RTFileCommandImpl.setAncestor(org.eclipse.compare.IStreamContentAccessor stream) |
RTFileCommand |
RTFileCommandImpl.setCompletionCallback(RTFileCommand.MergeCompletionCallback callback) |
RTFileCommand |
RTFileCommandImpl.setDescriptions(String ancestor,
String left,
String right) |
RTFileCommand |
RTFileCommandImpl.setFileExtension(String ext) |
RTFileCommand |
RTFileCommandImpl.setLabels(String ancestor,
String left,
String right) |
RTFileCommand |
RTFileCommandImpl.setLeft(File file) |
RTFileCommand |
RTFileCommandImpl.setLeft(org.eclipse.compare.IStreamContentAccessor stream) |
RTFileCommand |
RTFileCommandImpl.setMode(RTFileCommand.Mode mode) |
RTFileCommand |
RTFileMergeCommandImpl.setOutput(File file) |
RTFileCommand |
RTFileCompareCommandImpl.setOutput(File file) |
RTFileCommand |
RTFileMergeCommandImpl.setOutput(OutputStream out) |
RTFileCommand |
RTFileCompareCommandImpl.setOutput(OutputStream out) |
RTFileCommand |
RTFileCommandImpl.setRight(File file) |
RTFileCommand |
RTFileCommandImpl.setRight(org.eclipse.compare.IStreamContentAccessor stream) |
Modifier and Type | Method and Description |
---|---|
RTFileCommand |
RTMergeFacade.FileMergeCommandFactory.compare()
Creates file compare command.
|
RTFileCommand |
RTMergeFacade.FileMergeCommandFactory.merge()
Creates 3way file merge command.
|
RTFileCommand |
RTFileCommand.setAncestor(File file)
Set ancestor version.
|
RTFileCommand |
RTFileCommand.setAncestor(org.eclipse.compare.IStreamContentAccessor stream)
Set ancestor version via
IStreamContentAccessor |
RTFileCommand |
RTFileCommand.setCompletionCallback(RTFileCommand.MergeCompletionCallback callback)
Set callback which will be notified when compare/merge operation is completed
|
RTFileCommand |
RTFileCommand.setDescriptions(String ancestor,
String left,
String right)
Set detailed descriptions for ancestor/left/right versions
|
RTFileCommand |
RTFileCommand.setFileExtension(String ext)
Set common file extension.
|
RTFileCommand |
RTFileCommand.setLabels(String ancestor,
String left,
String right)
Set labels for ancestor/left/right versions
|
RTFileCommand |
RTFileCommand.setLeft(File file)
Set left version
|
RTFileCommand |
RTFileCommand.setLeft(org.eclipse.compare.IStreamContentAccessor stream)
Set left version via
IStreamContentAccessor |
RTFileCommand |
RTFileCommand.setMode(RTFileCommand.Mode mode)
Set mode for compare/merge command
|
RTFileCommand |
RTFileCommand.setOutput(File file)
Set output for the merge operation.
|
RTFileCommand |
RTFileCommand.setOutput(OutputStream out)
Set output for the merge operation via
OutputStream |
RTFileCommand |
RTFileCommand.setRight(File file)
Set right version
|
RTFileCommand |
RTFileCommand.setRight(org.eclipse.compare.IStreamContentAccessor stream)
Set right version via
IStreamContentAccessor |