Package | Description |
---|---|
com.ibm.xtools.umldt.rt.api.egit.internal | |
com.ibm.xtools.umldt.rt.api.egit.merge | |
com.ibm.xtools.umldt.rt.api.egit.merge.impl |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeToolCommand |
EGitCommandFactory.mergeTool() |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeToolCommand |
RTEGitCommandFactory.mergeTool()
Creates command to start merge tool
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setAutoImport(boolean autoImport)
Perform auto-import of missing projects.
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setCompletionCallback(RTEGitMergeToolCommand.MergeToolCallback callback)
Set callback to notify when merge tool session is closed
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setFilter(String filter)
Set filter for selection.
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setMergeToolType(MergeToolType type)
Set merge tool type.
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setRepository(File repository)
Set path to Git repository.
|
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setSelection(File[] files)
Initialize current selection using array of
File . |
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setSelection(org.eclipse.core.resources.IResource[] resources)
Initialize current selection using array of
IResource . |
RTEGitMergeToolCommand |
RTEGitMergeToolCommand.setSparseMode(boolean sparseMode)
Enables sparse mode.
|
Modifier and Type | Class and Description |
---|---|
class |
RTEGitMergeToolCommandImpl |
Modifier and Type | Method and Description |
---|---|
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setAutoImport(boolean status) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setCompletionCallback(RTEGitMergeToolCommand.MergeToolCallback callback) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setFilter(String filter) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setMergeToolType(MergeToolType type) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setRepository(File repository) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setSelection(File[] files) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setSelection(org.eclipse.core.resources.IResource[] resources) |
RTEGitMergeToolCommand |
RTEGitMergeToolCommandImpl.setSparseMode(boolean status) |