Interface MimeTypeDetector

All Known Implementing Classes:
MSExcelDetector, MSPowerPointDetector, TexPlainDetector

public interface MimeTypeDetector
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    detect(String text)
     
  • Method Details

    • detect

      boolean detect(String text)