TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.hyades.trace.ui.internal.launcher
Interface IExtendedProfilingType

All Superinterfaces:
org.eclipse.hyades.trace.ui.launcher.IProfilingType
All Known Implementing Classes:
ProbekitProfilingType

Deprecated. The extension point org.eclipse.hyades.trace.ui.profilingTypes has been deprecated. Use org.eclipse.hyades.trace.ui.analysisTypes in conjunction with org.eclipse.hyades.trace.ui.configurationWizard instead.

public interface IExtendedProfilingType
extends org.eclipse.hyades.trace.ui.launcher.IProfilingType

An extension to the Profiling Type interface which allows you to get the VM arguments of the given launch configuration. Created for enhancement 143251.


Method Summary
 java.lang.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration conf)
          Deprecated. Returns the additional VM arguments that should be added to this launch configuration
 
Methods inherited from interface org.eclipse.hyades.trace.ui.launcher.IProfilingType
createControl, getAttributes, getControl, getDescription, launch, validateConfiguration
 

Method Detail

getVMArguments

java.lang.String getVMArguments(org.eclipse.debug.core.ILaunchConfiguration conf)
Deprecated. 
Returns the additional VM arguments that should be added to this launch configuration

Parameters:
conf - Launch configuration that's being used
Returns:
The additional VM arguments to add to this launch configuration

TPTP 4.5.0 Platform Project
Internal API Specification