mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Removed getProcess method.
This commit is contained in:
parent
bb86c07d51
commit
c6824920c5
1 changed files with 0 additions and 8 deletions
|
@ -52,14 +52,6 @@ public interface ICTarget extends ICObject
|
||||||
*/
|
*/
|
||||||
InputStream getErrorStream();
|
InputStream getErrorStream();
|
||||||
|
|
||||||
/**
|
|
||||||
* Returns the system process associated with this target.
|
|
||||||
*
|
|
||||||
* @return the system process associated with this target
|
|
||||||
* @throws CDIException if this method fails. Reasons include:
|
|
||||||
*/
|
|
||||||
Process getProcess() throws CDIException;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns the shared libraries loaded in this target.
|
* Returns the shared libraries loaded in this target.
|
||||||
* An empty collection is returned if no shared libraries
|
* An empty collection is returned if no shared libraries
|
||||||
|
|
Loading…
Add table
Reference in a new issue