Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sapphire-dev] File filter: more on file browsing support

I have a new use case where I need to browse for xml files in certain directory. But I should only browse for certain xml files. In my case, only xml files with certain root elements are acceptable.
 
I wonder whether we should extend Sapphire file browsing mechanism to support a new annotaion @FileFilter to take a SapphireCondition? Or should I write a custom browse action?
 
Thanks,
 
Shenxue

Back to the top