public interface ICommandLauncherFactory2
Modifier and Type | Field and Description |
---|---|
static String |
CONTAINER_BUILD_ENABLED |
Modifier and Type | Method and Description |
---|---|
default ICommandLauncher |
getCommandLauncher(ICBuildConfiguration cfg)
Get a Command Launcher for a build configuration descriptor
|
default List<String> |
verifyIncludePaths(ICBuildConfiguration cfg,
List<String> includes)
Process include paths and if necessary copy header files as needed.
|
static final String CONTAINER_BUILD_ENABLED
default ICommandLauncher getCommandLauncher(ICBuildConfiguration cfg)
cfg
- - ICBuildConfiguration to get command launcher fordefault List<String> verifyIncludePaths(ICBuildConfiguration cfg, List<String> includes)
cfg
- - ICBuildConfiguration to process includes forincludes
- List of include paths to processCopyright (c) IBM Corp. and others 2004, 2020. All Rights Reserved.