org.apache.sling.jcr.webdav.impl.helper
Class SlingTikaDetector

java.lang.Object
  extended by org.apache.sling.jcr.webdav.impl.helper.SlingTikaDetector
All Implemented Interfaces:
Serializable, org.apache.tika.detect.Detector

public class SlingTikaDetector
extends Object
implements org.apache.tika.detect.Detector

See Also:
Serialized Form

Constructor Summary
SlingTikaDetector(MimeTypeService mimeTypeService)
           
 
Method Summary
 org.apache.tika.mime.MediaType detect(InputStream rawData, org.apache.tika.metadata.Metadata metadata)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlingTikaDetector

public SlingTikaDetector(MimeTypeService mimeTypeService)
Method Detail

detect

public org.apache.tika.mime.MediaType detect(InputStream rawData,
                                             org.apache.tika.metadata.Metadata metadata)
Specified by:
detect in interface org.apache.tika.detect.Detector


Copyright © 2007-2013 The Apache Software Foundation. All Rights Reserved.