Interface ICommandLauncherFactory2


  • public interface ICommandLauncherFactory2
    Since:
    6.5
    • 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 for
        includes - List of include paths to process
        Returns:
        processed List of include paths