org.eclipse.equinox.p2.engine.spi
Class ProvisioningAction
java.lang.Object
org.eclipse.equinox.p2.engine.spi.ProvisioningAction
public abstract class ProvisioningAction
- extends java.lang.Object
- Since:
- 2.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProvisioningAction
public ProvisioningAction()
getMemento
protected Memento getMemento()
execute
public abstract IStatus execute(java.util.Map<java.lang.String,java.lang.Object> parameters)
undo
public abstract IStatus undo(java.util.Map<java.lang.String,java.lang.Object> parameters)
getResult
public Value<?> getResult()
- This method is meant for provisioning actions that need to communicate the result of their execution
to subsequent actions.
This method is only invoked by p2 once execute() has been executed.
- Returns:
- the result of the action execution.
setTouchpoint
public void setTouchpoint(Touchpoint touchpoint)
getTouchpoint
public Touchpoint getTouchpoint()
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2012. All rights reserved.