Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

How to traverse through all the files in a workspace/stream

How to walk through the workspace or stream tree from a stand along application using Jazz API?

0 votes



One answer

Permanent link
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

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 10,928

Question asked: Oct 21 '08, 2:00 a.m.

Question was seen: 6,280 times

Last updated: Oct 21 '08, 2:00 a.m.

Confirmation Cancel Confirm