- rebase() - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCommandFactory
-
Creates command to start/continue rebase
- RTAbstractCommand - Interface in com.ibm.xtools.umldt.rt.api.merge
-
Defines common interface for all Compare/Merge commands
Each command can be executed only once.
- RTApiPlugin - Class in com.ibm.xtools.umldt.rt.api
-
- RTApiPlugin() - Constructor for class com.ibm.xtools.umldt.rt.api.RTApiPlugin
-
The constructor
- RTEGitAddRepositoryCommand - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
This command add Git repository to EGit Repsitory View
- RTEGitApiPlugin - Class in com.ibm.xtools.umldt.rt.api.egit
-
The activator class controls the plug-in life cycle
- RTEGitApiPlugin() - Constructor for class com.ibm.xtools.umldt.rt.api.egit.RTEGitApiPlugin
-
The constructor
- RTEGitCommandFactory - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
- RTEGitCompareCommand - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines interface for EGit Visual Compare command.
- RTEGitMergeCommand - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines interface for EGit merge command.
- RTEGitMergeCommand.MergeCompletionCallback - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines interface for callback which is notified when merge operation is completed.
- RTEGitMergeToolCommand - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines command for starting merge tool.
- RTEGitMergeToolCommand.MergeToolCallback - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines callback interface for merge tool command.
- RTEGitRebaseCommand - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines interface for EGit Rebase command.
- RTEGitRebaseCommand.RebaseCompletionCallback - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Defines interface for callback which is notified when merge operation is completed.
- RTEGitUtils - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
-
Provides helper methods to work with RSx/EGit integration
- RTFacade - Interface in com.ibm.xtools.umldt.rt.api
-
Defines public facade for RSA-RTE product.
- RTFileCommand - Interface in com.ibm.xtools.umldt.rt.api.merge
-
Defines interface for file-based Compare/Merge commands.
- RTFileCommand.MergeCompletionCallback - Interface in com.ibm.xtools.umldt.rt.api.merge
-
Callback for file compare/merge operations.
- RTFileCommand.MergeCompletionCallback.Kind - Enum in com.ibm.xtools.umldt.rt.api.merge
-
Describes result of compare/merge operation.
- RTFileCommand.Mode - Enum in com.ibm.xtools.umldt.rt.api.merge
-
Defines mode kind for compare/merge command
- RTMergeFacade - Interface in com.ibm.xtools.umldt.rt.api.merge
-
Defines public facade for RSA-RTE Compare/Merge infrastructure.
- RTMergeFacade.CommandFactory - Interface in com.ibm.xtools.umldt.rt.api.merge
-
This defines command factory for compare/merge operations.
- RTMergeFacade.FileMergeCommandFactory - Interface in com.ibm.xtools.umldt.rt.api.merge
-
This defines file merge command factory for file-by-file compare/merge operations.
- setAncestor(File) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set ancestor version.
- setAncestor(IStreamContentAccessor) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set ancestor version via IStreamContentAccessor
- setAutoCheckout(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Automatically checkout target branch before merge
- setAutoCommit(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Controls whether the merge command should automatically commit after a
successful merge.
- setAutoImport(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Perform auto-import of affected project during compare/merge operation
Default value: disabled
- setAutoImport(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Perform auto-import of missing projects.
- setAutoImport(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Perform auto-import of affected project during rebase.
- setClosureFilter(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Defines filter for closure operation.
- setClosureFilter(IClosureFilter) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Defines filter for closure operation.
- setClosureFilter(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Defines filter for closure operation.
- setClosureFilter(IClosureFilter) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Defines filter for closure operation.
- setCompareType(CompareType) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Set compare type.
- setCompletionCallback(RTEGitMergeCommand.MergeCompletionCallback) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set callback which will be notified when merge operation is completed.
- setCompletionCallback(RTEGitMergeToolCommand.MergeToolCallback) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Set callback to notify when merge tool session is closed
- setCompletionCallback(RTEGitRebaseCommand.RebaseCompletionCallback) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set callback which will be notified when merge operation is completed.
- setCompletionCallback(RTFileCommand.MergeCompletionCallback) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set callback which will be notified when compare/merge operation is completed
- setDescriptions(String, String, String) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set detailed descriptions for ancestor/left/right versions
- setFastForwardMode(MergeCommand.FastForwardMode) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set fast-forward mode.
- setFileExtension(String) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set common file extension.
- setFilter(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Set filter for selection.
- setFilter(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Set filter for selection.
- setInteractive(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set interactive mode for the rebase
- setLabels(String, String, String) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set labels for ancestor/left/right versions
- setLeft(File) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set left version
- setLeft(IStreamContentAccessor) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set left version via IStreamContentAccessor
- setLocalRef(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Set local branch/ref/commit for the compare operation.
- setMergeToolType(MergeToolType) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Set merge tool type.
- setMergeType(MergeType) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set merge type.
- setMergeType(MergeType) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set merge type for rebase command.
- setMode(RTFileCommand.Mode) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set mode for compare/merge command
- setOperation(RebaseCommand.Operation) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set current rebase operation.
- setOutput(File) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set output for the merge operation.
- setOutput(OutputStream) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set output for the merge operation via OutputStream
- setPartialMode(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Enables/disables partial mode.
- setPartialMode(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Enables/disables partial mode.
- setPath(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitAddRepositoryCommand
-
Set path to Git repository
- setPreserveMerges(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
True to re-create merges during rebase.
- setProgressMonitor(IProgressMonitor) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set progress monitor for current command
- setProgressMonitor(IProgressMonitor) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set progress monitor for operation.
- setRemoteRef(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Set branch/ref/commit for the compare operation.
- setRepository(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Set path to existing Git repository
- setRepository(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set path to existing Git repository
- setRepository(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Set path to Git repository.
- setRepository(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set path to existing Git repository
- setRight(File) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set right version
- setRight(IStreamContentAccessor) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand
-
Set right version via IStreamContentAccessor
- setSelection(IResource[]) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Initialize current selection using array of IResource
.
- setSelection(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
-
Initialize current selection using File
.
- setSelection(IResource[]) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Initialize current selection using array of IResource
.
- setSelection(File[]) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Initialize current selection using array of File
.
- setSource(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set source branch/ref/commit for the merge
- setSparseMode(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand
-
Enables sparse mode.
- setSquash(boolean) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Enables/disables squash mode for merge.
- setTarget(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand
-
Set target branch/ref/commit for the merge.
- setUpstream(String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand
-
Set upstream branch
- showRebaseResultDialog(Repository, RebaseResult) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
-
Show standard Rebase Result dialog.
- start(BundleContext) - Method in class com.ibm.xtools.umldt.rt.api.egit.RTEGitApiPlugin
-
- start(BundleContext) - Method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
-
- stop(BundleContext) - Method in class com.ibm.xtools.umldt.rt.api.egit.RTEGitApiPlugin
-
- stop(BundleContext) - Method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
-
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.CompareType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeToolResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeToolType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.merge.RTFileCommand.MergeCompletionCallback.Kind
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.ibm.xtools.umldt.rt.api.merge.RTFileCommand.Mode
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.CompareType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeToolResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeToolType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.egit.merge.MergeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.merge.RTFileCommand.MergeCompletionCallback.Kind
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.ibm.xtools.umldt.rt.api.merge.RTFileCommand.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.