How to get the instance of ServiceConfigurationProvider used in Change Summary/Change Explorer views?
I am trying to write a RTC Eclipse client side plugin to export a customized change log report, to do that, i need an instance of ServiceConfigurationProvider to generate the full path of items.
I noticed that when you show a change in Change Summary/Change Explorer views, system would prompt you to select a Workspace/Stream to correctly show the information, i think that means it creates an instance of ServiceConfigurationProvider for us, so my question is, how can i get that one?
Comments
Makson Lee
Oct 09 '14, 9:09 a.m.Dose anyone try to customize the built-in change log report too?