Package com.day.cq.wcm.foundation
Class FileTypes
FileTypes implements a map for human readable file types
using the IANA mime type as a key.-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, valuesMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
FileTypes
public FileTypes()Default constructor.
-
-
Method Details
-
entrySet
-
get
Returns the file type (for display) for the given mime type.
-