com.atlassian.jira.web.util
Class FileIconUtilImpl

java.lang.Object
  extended by com.atlassian.jira.web.util.FileIconUtilImpl
All Implemented Interfaces:
FileIconUtil

public class FileIconUtilImpl
extends Object
implements FileIconUtil

Default implementation

Since:
v5.0

Constructor Summary
FileIconUtilImpl(FileIconBean fileIconBean)
           
 
Method Summary
 FileIconBean.FileIcon getFileIcon(String fileName, String mimeType)
          Get the icon for file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileIconUtilImpl

public FileIconUtilImpl(FileIconBean fileIconBean)
Method Detail

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 file
mimeType - the mimetype of the file
Returns:
object representing the icon


Copyright © 2002-2013 Atlassian. All Rights Reserved.