com.atlassian.jira.web.util
Class FileIconUtilImpl
java.lang.Object
com.atlassian.jira.web.util.FileIconUtilImpl
- All Implemented Interfaces:
- FileIconUtil
public class FileIconUtilImpl
- extends Object
- implements FileIconUtil
Default implementation
- Since:
- v5.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileIconUtilImpl
public FileIconUtilImpl(FileIconBean fileIconBean)
getFileIcon
public FileIconBean.FileIcon getFileIcon(String fileName,
String mimeType)
- Description copied from interface:
FileIconUtil
- Get the icon for file
- Specified by:
getFileIcon
in interface FileIconUtil
- Parameters:
fileName
- the name of the filemimeType
- the mimetype of the file
- Returns:
- object representing the icon
Copyright © 2002-2011 Atlassian. All Rights Reserved.