public class RecorderExtensionHelper extends Object
Constructor and Description |
---|
RecorderExtensionHelper() |
Modifier and Type | Method and Description |
---|---|
static List<org.eclipse.debug.ui.ILaunchConfigurationTab> |
getLaunchConfigTabs()
Gets all launch configuration tabs that are registered via recorder extension points.
|
static IRecorderConfigurationFactory |
getRecorderConfigurationFactoryForName(String recorderName)
Gets the recorder configuration factory for the given recorder name via recorder extension
points.
|
static List<String> |
getRecorderNames()
Gets all recorder names that are registered via recorder extension points.
|
static IRecorder |
instantiateRecorderImplementationForRecorder(String recorderName)
Gets the recorder implementation for the given recorder name via recorder extension points.
|
public static List<String> getRecorderNames()
public static List<org.eclipse.debug.ui.ILaunchConfigurationTab> getLaunchConfigTabs()
public static IRecorderConfigurationFactory getRecorderConfigurationFactoryForName(String recorderName)
recorderName
- the given recorder name.public static IRecorder instantiateRecorderImplementationForRecorder(String recorderName)
recorderName
- the given recorder name.