Package org.eclipse.cdt.core.build
Interface IToolChain2
-
public interface IToolChain2- Since:
- 6.5
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.ProcessstartBuildProcess(ICBuildConfiguration config, java.util.List<java.lang.String> command, java.lang.String buildDirectory, IEnvironmentVariable[] envVars, IConsole console, org.eclipse.core.runtime.IProgressMonitor monitor)
-
-
-
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.CoreExceptionjava.io.IOException
-
-