Interface IToolChain2


  • public interface IToolChain2
    Since:
    6.5
    • Method Detail

      • startBuildProcess

        java.lang.Process startBuildProcess​(ICBuildConfiguration config,
                                            java.util.List<java.lang.String> command,
                                            java.lang.String buildDirectory,
                                            IEnvironmentVariable[] envVars,
                                            IConsole console,
                                            org.eclipse.core.runtime.IProgressMonitor monitor)
                                     throws org.eclipse.core.runtime.CoreException,
                                            java.io.IOException
        Throws:
        org.eclipse.core.runtime.CoreException
        java.io.IOException