|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.ptp.etfw.AbstractToolDataManager
public abstract class AbstractToolDataManager
The implementations of this abstract class can be used by the org.eclipse.ptp.etfw.dataManagers extension point to manage generated performance data.
| Constructor Summary | |
|---|---|
AbstractToolDataManager()
|
|
| Method Summary | |
|---|---|
abstract void |
cleanup()
This operation is called to do the final cleanup after analysis is complete. |
abstract java.lang.String |
getName()
This returns the name of the string associated with this analysis operation The string will be the title of the utility used in a workflow xml document It should be used in the form |
abstract void |
process(java.lang.String projname,
ILaunchConfiguration configuration,
java.lang.String projectLocation)
This is the primary function for processing data generated by a performance analysis tool. |
abstract void |
setExternalTarget(boolean external)
Used to indicate that this analysis operation is being conducted by the user on arbitrary external data. |
abstract void |
view()
For future expansion: currently unused. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractToolDataManager()
| Method Detail |
|---|
public abstract void cleanup()
public abstract java.lang.String getName()
public abstract void process(java.lang.String projname,
ILaunchConfiguration configuration,
java.lang.String projectLocation)
throws CoreException
projname - The name of the project which produced the dataconfiguration - The launch configuration with which the project was launchedprojectLocation - The location of the project with respect to the local filesystem
CoreExceptionpublic abstract void setExternalTarget(boolean external)
public abstract void view()
|
PTP Release 7.0 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||