matteodg created NETBEANS-5417: ---------------------------------- Summary: Add MIMEResolver annotation to register a mime-type based on regex Key: NETBEANS-5417 URL: https://issues.apache.org/jira/browse/NETBEANS-5417 Project: NetBeans Issue Type: Improvement Components: platform - Filesystems Affects Versions: 12.4 Reporter: matteodg
Adding {{MIMEResolver.PatternRegistration}} annotation to help users register a mime-type using regex and flags for {{java.util.regex.Pattern}} to match the filename. Integrating using the same existing approach (see {{MIMEResolver.ExtensionRegistration}}) and related classes. -- This message was sent by Atlassian Jira (v8.3.4#803005) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists