Package org.eclipse.cdt.core
Interface ICommandLauncherFactory2
-
public interface ICommandLauncherFactory2- Since:
- 6.5
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCONTAINER_BUILD_ENABLED
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default ICommandLaunchergetCommandLauncher(ICBuildConfiguration cfg)Get a Command Launcher for a build configuration descriptordefault java.util.List<java.lang.String>verifyIncludePaths(ICBuildConfiguration cfg, java.util.List<java.lang.String> includes)Process include paths and if necessary copy header files as needed.
-
-
-
Field Detail
-
CONTAINER_BUILD_ENABLED
static final java.lang.String CONTAINER_BUILD_ENABLED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCommandLauncher
default ICommandLauncher getCommandLauncher(ICBuildConfiguration cfg)
Get a Command Launcher for a build configuration descriptor- Parameters:
cfg- - ICBuildConfiguration to get command launcher for- Returns:
- ICommandLauncher or null
-
verifyIncludePaths
default java.util.List<java.lang.String> verifyIncludePaths(ICBuildConfiguration cfg, java.util.List<java.lang.String> includes)
Process include paths and if necessary copy header files as needed.- Parameters:
cfg- - ICBuildConfiguration to process includes forincludes- List of include paths to process- Returns:
- processed List of include paths
-
-