Searched refs:getContentType (Results 1 – 5 of 5) sorted by relevance
426 assertEquals(LogDataType.TEXT.getContentType(), in testGetContentType_text()427 FileUtil.getContentType("path/to/file.txt")); in testGetContentType_text()432 assertEquals(LogDataType.HTML.getContentType(), in testGetContentType_html()433 FileUtil.getContentType("path/to/file.html")); in testGetContentType_html()438 assertEquals(LogDataType.PNG.getContentType(), in testGetContentType_png()439 FileUtil.getContentType("path/to/file.png")); in testGetContentType_png()
124 public String getContentType() { in getContentType() method in LogDataType
146 public String getContentType() { in getContentType() method in IEmail.Message
128 addHeader(headers, "Content-type", msg.getContentType()); in send()
1373 public static String getContentType(String filePath) { in getContentType() method in FileUtil1382 return dataType.getContentType(); in getContentType()1385 return LogDataType.UNKNOWN.getContentType(); in getContentType()