Skip navigation links
A C E G H I L M O P R S V W 

A

addRepository() - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCommandFactory
Creates command to add Git repository to EGit Repository View.

C

call() - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTAbstractCommand
Run the command and return the result.
com.ibm.xtools.umldt.rt.api - package com.ibm.xtools.umldt.rt.api
 
com.ibm.xtools.umldt.rt.api.egit - package com.ibm.xtools.umldt.rt.api.egit
 
com.ibm.xtools.umldt.rt.api.egit.merge - package com.ibm.xtools.umldt.rt.api.egit.merge
 
com.ibm.xtools.umldt.rt.api.merge - package com.ibm.xtools.umldt.rt.api.merge
 
compare() - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCommandFactory
Creates command to start compare
compare() - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTMergeFacade.FileMergeCommandFactory
Creates file compare command.
CompareType - Enum in com.ibm.xtools.umldt.rt.api.egit.merge
Defines compare type for RTEGitCompareCommand

E

error(String, Throwable) - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
 

G

getCommandFactory(String) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTMergeFacade
Returns command factory for specified team provider.
getConfigurationElements(String) - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
 
getConflictingFiles(MergeResult, String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting files from MergeResult of RTEGitMergeCommand that are matching the pattern.
getConflictingFiles(Repository, String) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting files from Git Repository that are matching the pattern
getConflictingModels(MergeResult) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting UML models from MergeResult of RTEGitMergeCommand
getConflictingModels(Repository) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting UML models from Git Repository
getConflictingTCs(MergeResult) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting TC files from MergeResult of RTEGitMergeCommand
getConflictingTCs(Repository) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns all conflicting TC files from Git Repository
getDefault() - Static method in class com.ibm.xtools.umldt.rt.api.egit.RTEGitApiPlugin
Returns the shared instance
getDefault() - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
Returns the shared instance
getMergeFacade() - Method in interface com.ibm.xtools.umldt.rt.api.RTFacade
Return RSA-RTE Compare/Merge facade
getRegisteredRepository(File) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns Repository instance registered in EGit cache for given path
getRTFacade() - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
Returns instanceof of RTFacade
getSupportedTeamProviders() - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTMergeFacade
Returns list of supported team providers.
getTeamProvider() - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTMergeFacade.CommandFactory
Return ID of team provider for this command factory
getWorkspaceResources(Repository, File[]) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
Returns existing workspace resources matching files in git repository

H

HEAD - Static variable in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
Content identifier for the 'HEAD' version.

I

IClosureFilter - Interface in com.ibm.xtools.umldt.rt.api.egit.merge
Defines closure filter for closure compare/merge operations
INDEX - Static variable in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
Content identifier for the content staged in the index.
info(String, Throwable) - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
 
INSTANCE - Static variable in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitUtils
The single instance of this class
isPartOfClosure(IResource) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.IClosureFilter
 

L

loadContributors() - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
 
LOCAL - Static variable in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCompareCommand
Content identifier for the local version.

M

merge() - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCommandFactory
Creates command to start merge
merge() - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTMergeFacade.FileMergeCommandFactory
Creates 3way file merge command.
mergeTool() - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitCommandFactory
Creates command to start merge tool
MergeToolResult - Enum in com.ibm.xtools.umldt.rt.api.egit.merge
Defines merge tool result for RTEGitMergeToolCommand.MergeToolCallback
MergeToolType - Enum in com.ibm.xtools.umldt.rt.api.egit.merge
Defines merge tool type for RTEGitMergeToolCommand
MergeType - Enum in com.ibm.xtools.umldt.rt.api.egit.merge
Defines merge type for EGit merge operation

O

operationCompleted(Repository, MergeResult, IStatus) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeCommand.MergeCompletionCallback
This method is called when merge operation is completed and index is updated and EGit internal cache is refreshed.
operationCompleted(Repository, MergeToolResult, IStatus) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitMergeToolCommand.MergeToolCallback
This method is triggered when merge tool session is closed.
operationCompleted(Repository, RebaseCommand.Operation, RebaseResult, IStatus) - Method in interface com.ibm.xtools.umldt.rt.api.egit.merge.RTEGitRebaseCommand.RebaseCompletionCallback
This method is called when rebase operation is completed.
operationCompleted(RTFileCommand.MergeCompletionCallback.Kind) - Method in interface com.ibm.xtools.umldt.rt.api.merge.RTFileCommand.MergeCompletionCallback
This method will be triggered when compare/merge operation is completed.

P

PLUGIN_ID - Static variable in class com.ibm.xtools.umldt.rt.api.egit.RTEGitApiPlugin
 
PLUGIN_ID - Static variable in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
Plugin ID of this plugin

R

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
Provides access to instance of RTFacade
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
This defines EGit-specific implementation of RTMergeFacade.CommandFactory.
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.

S

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
 

V

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.

W

warn(String, Throwable) - Static method in class com.ibm.xtools.umldt.rt.api.RTApiPlugin
 
A C E G H I L M O P R S V W 
Skip navigation links