Package org.eclipse.cdt.utils.spawner
Class ProcessFactory
java.lang.Object
org.eclipse.cdt.utils.spawner.ProcessFactory
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules.Deprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules.Deprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules.static ProcessFactory
-
Method Details
-
getFactory
-
exec
Deprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules. See Bug 573677- Throws:
IOException
-
exec
- Throws:
IOException
-
exec
- Throws:
IOException
- Since:
- 6.2
-
exec
- Throws:
IOException
-
exec
- Throws:
IOException
- Since:
- 6.2
-
exec
Deprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules. See Bug 573677- Throws:
IOException
-
exec
Deprecated.Do not use this method it splits command line arguments on whitespace with no regard to quoting rules. See Bug 573677- Throws:
IOException
-
exec
- Throws:
IOException
-
exec
public Process exec(String[] cmdarray, String[] envp, File dir, int gracefulExitTimeMs) throws IOException - Throws:
IOException
- Since:
- 6.2
-
exec
- Throws:
IOException
-
exec
public Process exec(String[] cmdarray, String[] envp, File dir, PTY pty, int gracefulExitTimeMs) throws IOException - Throws:
IOException
- Since:
- 6.2
-