public abstract class AbstractToolDataManager
extends java.lang.Object
| Constructor and Description |
|---|
AbstractToolDataManager() |
| Modifier and Type | Method and Description |
|---|---|
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,
org.eclipse.debug.core.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.
|
public abstract void cleanup()
public abstract java.lang.String getName()
public abstract void process(java.lang.String projname,
org.eclipse.debug.core.ILaunchConfiguration configuration,
java.lang.String projectLocation)
throws org.eclipse.core.runtime.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 filesystemorg.eclipse.core.runtime.CoreExceptionpublic abstract void setExternalTarget(boolean external)
public abstract void view()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.