Parse mime type extensions and overrides from classpath. This class will look up '/builtin-mimetypes.properties' and '/nexus.mimetypes' from classpath. These property files must have the following format:
additional mimetypes: A mapping from file name extension to a comma separated list of mime types (e.g. "bz2: application/x-bzip2,application/x-bzip"). No whitespace is allowed in the list of mime types.
overriding mimetypes: The format is the same as adding mime types, but prefixed with 'override.' (e.g. "override.html: text/xhtml,application/xml"). These mime type definitions will override the builtin mime types. The first listed mimetype is the 'primary' mime type and will be used by Nexus as the downstream content type.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.