public interface ICommandLauncherFactory
Modifier and Type | Method and Description |
---|---|
ICommandLauncher |
getCommandLauncher(ICConfigurationDescription cfgd)
Get a Command Launcher for a build configuration descriptor
|
ICommandLauncher |
getCommandLauncher(org.eclipse.core.resources.IProject project)
Get a Command Launcher for a project (based on active configuration)
|
void |
registerLanguageSettingEntries(org.eclipse.core.resources.IProject project,
List<? extends ICLanguageSettingEntry> entries)
Register language setting entries for a project
|
List<ICLanguageSettingEntry> |
verifyLanguageSettingEntries(org.eclipse.core.resources.IProject project,
List<ICLanguageSettingEntry> entries)
Verify language setting entries for a project and change any entries that
have been copied to a local location
|
ICommandLauncher getCommandLauncher(org.eclipse.core.resources.IProject project)
project
- - IProject to get command launcher forICommandLauncher getCommandLauncher(ICConfigurationDescription cfgd)
cfgd
- - ICConfigurationDescription to get command launcher forvoid registerLanguageSettingEntries(org.eclipse.core.resources.IProject project, List<? extends ICLanguageSettingEntry> entries)
project
- - IProject used in obtaining language setting entriesentries
- - List of language setting entriesList<ICLanguageSettingEntry> verifyLanguageSettingEntries(org.eclipse.core.resources.IProject project, List<ICLanguageSettingEntry> entries)
project
- - IProject used in obtaining language setting entriesentries
- - List of language setting entriesCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.