Get all files in a project by extension or namespace

"abdielcs" <[email protected]> Fri, 22 Sep 2017 20:15:41 +0000
Newsgroups gmane.comp.java.netbeans.modules.openide.devel
Message-ID <[email protected]>
Wich is the better way of search for all files that meet certain conditions, in a programatic way using the netbeans api. For  example all the files  with an specific mime/type or namespace, inside a project or a folder. I don't want to implement a visual Quick Search, just need to get the list for later make references to any of the existing ones.