Package com.logicaldoc.core.util
Class IconSelector
- java.lang.Object
-
- com.logicaldoc.core.util.IconSelector
-
public class IconSelector extends Object
utility class to select an icon based on a file extension- Author:
- Sebastian Stein
-
-
Constructor Summary
Constructors Constructor Description IconSelector()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
selectIcon(String ext)
Returns the icon by parsing the provided file extensionstatic String
selectIcon(String ext, boolean shortcut)
Returns the icon by parsing the provided file extension
-