com.ibm.etools.iseries.remotebuild.actions
Class PushSelectedAction
java.lang.Object
Action
com.ibm.etools.iseries.remotebuild.actions.RBAction
com.ibm.etools.iseries.remotebuild.actions.ResourceAction
com.ibm.etools.iseries.remotebuild.actions.PushAction
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Copyright
public static final String Copyright
- See Also:
- Constant Field Values
PushSelectedAction
public PushSelectedAction()
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
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.