public class CommandLauncherManager extends Object
Modifier and Type | Method and Description |
---|---|
ICommandLauncher |
getCommandLauncher() |
ICommandLauncher |
getCommandLauncher(ICBuildConfiguration config)
Get a command launcher.
|
ICommandLauncher |
getCommandLauncher(ICConfigurationDescription cfgd)
Get a command launcher.
|
ICommandLauncher |
getCommandLauncher(org.eclipse.core.resources.IProject project)
Get a command launcher.
|
static CommandLauncherManager |
getInstance() |
List<ICLanguageSettingEntry> |
getLanguageSettingEntries(org.eclipse.core.resources.IProject project,
List<ICLanguageSettingEntry> entries) |
List<String> |
processIncludePaths(ICBuildConfiguration config,
List<String> includePaths) |
void |
setLanguageSettingEntries(org.eclipse.core.resources.IProject project,
List<? extends ICLanguageSettingEntry> entries) |
public static CommandLauncherManager getInstance()
public ICommandLauncher getCommandLauncher()
public ICommandLauncher getCommandLauncher(org.eclipse.core.resources.IProject project)
project
- - IProject to determine launcher for.public ICommandLauncher getCommandLauncher(ICBuildConfiguration config)
config
- - ICBuildConfiguration to determine launcher for.public ICommandLauncher getCommandLauncher(ICConfigurationDescription cfgd)
cfgd
- - ICConfigurationDescription to get command launcher for.public List<String> processIncludePaths(ICBuildConfiguration config, List<String> includePaths)
public void setLanguageSettingEntries(org.eclipse.core.resources.IProject project, List<? extends ICLanguageSettingEntry> entries)
public List<ICLanguageSettingEntry> getLanguageSettingEntries(org.eclipse.core.resources.IProject project, List<ICLanguageSettingEntry> entries)
Copyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.