public abstract class AbstractToolDataManager extends 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 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(String projname,
ILaunchConfiguration configuration,
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 String getName()
public abstract void process(String projname, ILaunchConfiguration configuration, 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 filesystemCoreException
public abstract void setExternalTarget(boolean external)
public abstract void view()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.