|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.trace.ui.internal.launcher.core.DataCollectorManager
public class DataCollectorManager
Loads the registered data collectors and provides accessor methods for clients to retrieve them.
| Method Summary | |
|---|---|
DataCollector |
getDataCollector(java.lang.String datacollectorID)
|
DataCollectorAssociation |
getDataCollectorAssociator(java.lang.String launchConfigurationID)
Lookup and return a data collector associator entry for the launchConfigurationID, if it exists. |
org.eclipse.tptp.trace.ui.provisional.launcher.IDataCollectorBaseLauncher |
getDataCollectorLaunchDelegate(java.lang.String dataCollectorID,
org.eclipse.debug.core.ILaunchConfiguration configurationType)
Returns the launch delegate of the data collector with the id 'dataCollectorID' for the launch configuration 'configurationType'. |
DataCollector[] |
getDataCollectors()
|
static DataCollectorManager |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static DataCollectorManager getInstance()
public DataCollector getDataCollector(java.lang.String datacollectorID)
public DataCollectorAssociation getDataCollectorAssociator(java.lang.String launchConfigurationID)
launchConfigurationID - The launch configuration ID.
public org.eclipse.tptp.trace.ui.provisional.launcher.IDataCollectorBaseLauncher getDataCollectorLaunchDelegate(java.lang.String dataCollectorID,
org.eclipse.debug.core.ILaunchConfiguration configurationType)
throws org.eclipse.core.runtime.CoreException
currentDataCollectorID - The ID of the data collectorconfigurationType - The launch configuration type
org.eclipse.core.runtime.CoreException - If this method failspublic DataCollector[] getDataCollectors()
|
TPTP 4.6.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||