Re: Getting Output for Stream

Milos Kleint <[email protected]> Tue, 09 Jul 2002 14:44:08 +0200
Newsgroups gmane.comp.java.netbeans.modules.javacvs.devel
Message-ID <[email protected]>
saad tawwab wrote:
> Hi!!
> 
> Is there anyway of getting the Output that is shown on the console when 
> the DiffCommand is executed. I would like to get the Stream/String so 
> that I can parse it.
> 
> 
> Regards,
> Saad Tawwab
> 

it is already parsed partly by the DiffBuilder.
If you want a direct string output, add a CVSlistener to the command..

Milos