Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318038

Summary: Filter in xdc.tools.product.IProductTemplate should support regular expressions
Product: [Technology] RTSC Reporter: Nitya Ramdas <nitya>
Component: ToolsAssignee: David Friedland <dfriedland>
Status: ASSIGNED --- QA Contact:
Severity: normal    
Priority: P3 CC: dfriedland
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Nitya Ramdas CLA 2010-06-25 15:45:22 EDT
We need to use complex filters for deviceId such as  "TMS320[CF]283[0-9]*". This would make IProductTemplate implementations less gnarly.   

struct Filter {
        String deviceFamily;
        String deviceVariant;
        String deviceId;
        String endianness;
        String toolChain;
        String outputFormat;
    };