Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.remotebuild.actions
Class PushSelectedAction

java.lang.Object
  extended by Action
      extended by com.ibm.etools.iseries.remotebuild.actions.RBAction
          extended by com.ibm.etools.iseries.remotebuild.actions.ResourceAction
              extended by com.ibm.etools.iseries.remotebuild.actions.PushAction
                  extended by com.ibm.etools.iseries.remotebuild.actions.PushSelectedAction
Direct Known Subclasses:
PushChangedSelectedAction

public class PushSelectedAction
extends PushAction

Implements the specialization of the abstract PushAction for the resources actually selected in the navigator.


Field Summary
static String Copyright
           
 
Fields inherited from class com.ibm.etools.iseries.remotebuild.actions.PushAction
copyright
 
Constructor Summary
PushSelectedAction()
           
 
Method Summary
protected  RBStatus checkResources(List deltas)
          Checks the list of resource deltas to be pushed.
protected  Collection<String> getPushedProperties(RBResourceDelta delta)
           
protected  String getTaskName()
          Returns the displayable task name for this operation.
protected  void markResources(RBResourceDelta delta)
          Marks the set of resources of this delta that correspond to the selection made by the user.
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.PushAction
markDescendants, run, setProgressMonitor, verifyAncestors
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.ResourceAction
connect, getSelection, setSelection
 
Methods inherited from class com.ibm.etools.iseries.remotebuild.actions.RBAction
getRunnableContext, getShell, getStatus, isCanceled, setCanceled, setRunnableContext, setShell, setStatus, showStatusMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values
Constructor Detail

PushSelectedAction

public PushSelectedAction()
Method Detail

markResources

protected void markResources(RBResourceDelta delta)
Marks the set of resources of this delta that correspond to the selection made by the user.

Specified by:
markResources in class PushAction
See Also:
com.ibm.etools.iseries.remotebuild.styles.PushAction#markResources(RBResourceDelta)

checkResources

protected RBStatus checkResources(List deltas)
Checks the list of resource deltas to be pushed. This check will return an error status if the names of the resources are not valid on the target system.

Specified by:
checkResources in class PushAction
See Also:
com.ibm.etools.iseries.remotebuild.styles.PushAction#checkResources(List)

getTaskName

protected String getTaskName()
Returns the displayable task name for this operation.

Specified by:
getTaskName in class PushAction
See Also:
PushAction.getTaskName()

getPushedProperties

protected Collection<String> getPushedProperties(RBResourceDelta delta)
Specified by:
getPushedProperties in class PushAction

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.