Package com.logicaldoc.core.util
Class IconSelector
java.lang.Object
com.logicaldoc.core.util.IconSelector
Utility class to select an icon based on a file extension
- Author:
- Sebastian Stein
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
selectIcon
(String ext) Returns the icon by parsing the provided file extension
-
Method Details
-
getAvailableIcons
-
selectIcon
Returns the icon by parsing the provided file extension- Parameters:
ext
- file extension- Returns:
- file name of the icon
-