Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Reading the process output in TE

Hi Anna,

The IProcessStreamsProxy is the way to go, yes. On constructing the ProcessLauncher, you pass in the proxy instance which will receive the output. It is not implemented at the moment because I do not have a direct use case for it, but the ProcessLauncher is designed to support it.

Best regards, Uwe :)


> -----Original Message-----
> From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of Anna
> Dushistova
> Sent: Dienstag, 21. August 2012 13:48
> To: TCF Development
> Subject: [tcf-dev] Reading the process output in TE
> 
> Hi All,
> 
> The default is to stream the process output to the terminal. However, sometimes it would be nice to
> be able to launch a command and get the output back without showing it.
> I found an IProcessStreamsProxy interface that seems to be suitable for these purposes but there
> doesn't seem to be anything that implements it.
> Is it the way to go or is there some other recommended way to achieve what I need?
> 
> Thanks!
> Anna.
> _______________________________________________
> tcf-dev mailing list
> tcf-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/tcf-dev


Back to the top