com.ibm.etools.iseries.remotebuild.actions
Class ResourceAction
java.lang.Object
Action
com.ibm.etools.iseries.remotebuild.actions.RBAction
com.ibm.etools.iseries.remotebuild.actions.ResourceAction
- Direct Known Subclasses:
- CompileAction, PushAction, SelectCompileCommandAction, WorkWithCompileCommandsAction
public abstract class ResourceAction
- extends RBAction
A ResourceAction is an action that takes place on a selection of AbstractISeriesResources.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceAction
public ResourceAction()
getSelection
public IStructuredSelection getSelection()
- Returns:
- the selection of resources that will be operated on by this action.
If the selection has not been set, this will be the empty selection.
setSelection
public void setSelection(IStructuredSelection selection)
- Parameters:
selection
- the selection of AbstractISeriesResources that this action operates on.
connect
protected RBStatus connect(AbstractISeriesProject modelProject)
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.