Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.xtools.umldt.rt.api.merge.RTFileCommand

  • Packages that use RTFileCommand 
    Package Description
    com.ibm.xtools.umldt.rt.api.internal.impl.merge  
    com.ibm.xtools.umldt.rt.api.merge  
    • Uses of RTFileCommand in com.ibm.xtools.umldt.rt.api.internal.impl.merge

      Classes in com.ibm.xtools.umldt.rt.api.internal.impl.merge that implement RTFileCommand 
      Modifier and Type Class and Description
      class  RTFileCommandImpl 
      class  RTFileCompareCommandImpl 
      class  RTFileMergeCommandImpl 
      Methods in com.ibm.xtools.umldt.rt.api.internal.impl.merge that return RTFileCommand 
      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) 
    • Uses of RTFileCommand in com.ibm.xtools.umldt.rt.api.merge

      Methods in com.ibm.xtools.umldt.rt.api.merge that return RTFileCommand 
      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
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes