How to walk through the workspace or stream tree from a stand along
application using Jazz API?
IConfiguration cfg = workspace.configuration(component);
IFolderHandle root = cfg.rootFolderHandle(monitor);
then call cfg.childEntries() repeatedly to get the children.
- Dmitry