Interface ICommandLauncherFactory2


public interface ICommandLauncherFactory2
Since:
6.5
  • Field Details

  • Method Details

    • 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 List<String> verifyIncludePaths(ICBuildConfiguration cfg, List<String> includes)
      Process include paths and if necessary copy header files as needed.
      Parameters:
      cfg - - ICBuildConfiguration to process includes for
      includes - List of include paths to process
      Returns:
      processed List of include paths