How to filter files in RTC to only show files following a specific path/name pattern
The objective is to locate and show only a subset of specific files in a component within a repository . The files have specific extension(s) and they follow a certain path pattern.
A pattern such as **/dir_n/**/*.properties or **/dir_x/*.xml
where ** = one or more sub-directories in the path.
Some thoughts :
The issue could be divided or approached at two levels ( either or both at once)
1. Finding or filtering the files through a query to the repository.
2. Filtering at the navigator view level .
Any help with the implementation of these thoughts or any other thoughts will be useful and is much appreciated !
Thank you.
Comments
Geoffrey Clemm
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Feb 24 '14, 12:26 p.m.Do you want to search in the current state of a particular stream or workspace, in a particular snapshot/baseline, across the current state of all streams/workspaces, or against all historical states of all streams/workspaces?
Hazem Darwish
Feb 24 '14, 1:37 p.m.Hello Geoffrey,