Source code for Running Stream Scanning Programmatically
![](http://jazz.net/_images/myphoto/13c783f909c88d80dadcc7fa8547f243.jpg)
I am working on a plugin where I have to programmatically run the following command:
Enterprise Extensions>Source Code Data>Select Streams for Scanning...
When I run Plugin Selection Spy on the the wizard that appears, I see the following classes contain the code that will explain how the command operates:
com.ibm.team.enterprise.metadata.query.ui.wizard.SetStreamScanningWizard
com.ibm.team.enterprise.metadata.query.ui.wizard.SetStreamScanningFirstPage
However ,When I attempt to look at the source code, I'm getting the indication for both of these classes that the source code is not available.
How can I get a hold of the source code for these two classes?
Accepted answer
![](http://jazz.net/_images/myphoto/13c783f909c88d80dadcc7fa8547f243.jpg)
Hi Andrew
We do not make the Enterprise Extensions source code publicly available and Dependency Build is part of this functionality. What you are asking for is for us to make some API publicly available which is a fair request. Once we make it publicly available it means that we guarantee not to modify it in a way that would break someones code that is calling the API. Right now, because this is not API, even if we disclosed how to write the appropriate code to do what you want to do, there would be no guarantees that we would not change things such that we would break you.
You need to open an Enhancement Request up on jazz.net and ask for this API.