Need to retrive IResource from IStructuredSelection which will be returend by DeliverAction.getStructuredSelection()
I need to retrive al lthe IResources from IStructured selection. Also if the IResource is Java Project or Package I want the files inside the Project or package too. Please provide a sample code ofr this.
|
One answer
Working with selections and resource is a basic Eclipse question and not specific to RTC.
A search will find many Eclipse resources with examples.
Comments Hi Andrew, Thanks. My main objective is to get the arrray of IResources which will have modified files or Change Set from the IStructuredSelection returned by DeliverAction.getStructuredSelection(). Could you please help me by providing a sample code. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.