Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.rse.ui.resources.actions
Class QSYSUploadConflictAction

java.lang.Object
  extended by SystemBaseAction
      extended by com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction
          extended by com.ibm.etools.iseries.rse.ui.resources.actions.QSYSUploadConflictAction
All Implemented Interfaces:
Runnable

public class QSYSUploadConflictAction
extends QSYSSystemBaseAction
implements Runnable


Nested Class Summary
protected  class QSYSUploadConflictAction.ReopenRunnable
          Used for reopening a member when the user chooses to save the cached file to a different remote member
 
Field Summary
static String copyright
           
 
Constructor Summary
QSYSUploadConflictAction(Shell shell, IProgressMonitor monitor, QSYSEditableRemoteSourceFileMember editMember, IFile tempFile, IQSYSMember member, boolean remoteNewer)
          Constructor.
 
Method Summary
 void run()
          Invokes the upload conflict dialog for resolving the conflict
 
Methods inherited from class com.ibm.etools.iseries.rse.ui.actions.QSYSSystemBaseAction
getIBMiConnection, isAvailableOffline, updateSelection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright
Constructor Detail

QSYSUploadConflictAction

public QSYSUploadConflictAction(Shell shell,
                                IProgressMonitor monitor,
                                QSYSEditableRemoteSourceFileMember editMember,
                                IFile tempFile,
                                IQSYSMember member,
                                boolean remoteNewer)
Constructor.

Parameters:
shell - Shell of parent window
monitor - the progress monitor
editMember - the editable member
tempFile - the cached local file that is in conflict the with remote member
member - the member on the remote host
remoteNewer - an indication of whether the remote member has changed since it was last downloaded
Method Detail

run

public void run()
Invokes the upload conflict dialog for resolving the conflict

Specified by:
run in interface Runnable

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.