@Version("1.0.0")
Package org.apache.sling.commons.contentdetection
Extends the 
MimeTypeService
 service used by client to resolve MIME type information based on content as well as the
 FileNameExtractor service
 for extracting the file name from a url or path- 
Interface Summary Interface Description ContentAwareMimeTypeService TheContentAwareMimeTypeServiceinterface extends theMimeTypeServiceAPI for services which can detect mime types based on the content passed to them.FileNameExtractor TheFileNameExtractorinterface provides an API for extracting a files name from the providedrawName.