Uses of Class
com.norconex.commons.lang.file.ContentType
Packages that use ContentType
-
Uses of ContentType in com.norconex.commons.lang.file
Fields in com.norconex.commons.lang.file declared as ContentTypeModifier and TypeFieldDescriptionstatic final ContentTypeContentType.BMPstatic final ContentTypeContentType.CSVstatic final ContentTypeContentType.GIFstatic final ContentTypeContentType.HTMLstatic final ContentTypeContentType.JPEGstatic final ContentTypeContentType.PDFstatic final ContentTypeContentType.PNGstatic final ContentTypeContentType.TEXTstatic final ContentTypeContentType.TSVstatic final ContentTypeContentType.XMLstatic final ContentTypeContentType.ZIPMethods in com.norconex.commons.lang.file that return ContentTypeModifier and TypeMethodDescriptionContentType.toBaseType()Returns a content-type without any parameters (removes ";" and any values afterwards).static ContentTypeCreates a new content type.static ContentType[]Creates a null-safe array of content types.Methods in com.norconex.commons.lang.file that return types with arguments of type ContentTypeModifier and TypeMethodDescriptionstatic List<ContentType> Creates a null-safe array of content types.Methods in com.norconex.commons.lang.file with parameters of type ContentTypeModifier and TypeMethodDescriptionbooleanContentFamily.contains(ContentType contentType) static ContentFamilyContentFamily.forContentType(ContentType contentType)