|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.equinox.p2.engine.spi.Touchpoint
public abstract class Touchpoint
A touchpoint is responsible for executing a given phase for a given
targeted system (eclipse, native). The order of phases is defined in the PhaseSet
.
Constructor Summary | |
---|---|
Touchpoint()
|
Method Summary | |
---|---|
IStatus |
commit(IProfile profile)
|
IStatus |
completeOperand(IProfile profile,
Map<String,Object> parameters)
|
IStatus |
completePhase(IProgressMonitor monitor,
IProfile profile,
String phaseId,
Map<String,Object> touchpointParameters)
|
IStatus |
initializeOperand(IProfile profile,
Map<String,Object> parameters)
|
IStatus |
initializePhase(IProgressMonitor monitor,
IProfile profile,
String phaseId,
Map<String,Object> touchpointParameters)
|
IStatus |
prepare(IProfile profile)
|
String |
qualifyAction(String actionId)
NOT API -- this is for backwards compatibility only |
IStatus |
rollback(IProfile profile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Touchpoint()
Method Detail |
---|
public String qualifyAction(String actionId)
public IStatus initializePhase(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String,Object> touchpointParameters)
public IStatus completePhase(IProgressMonitor monitor, IProfile profile, String phaseId, Map<String,Object> touchpointParameters)
public IStatus initializeOperand(IProfile profile, Map<String,Object> parameters)
public IStatus completeOperand(IProfile profile, Map<String,Object> parameters)
public IStatus prepare(IProfile profile)
public IStatus commit(IProfile profile)
public IStatus rollback(IProfile profile)
|
Eclipse Platform Release 3.6 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2010. All rights reserved.