Package com.atlassian.jira.plugin.icon
Interface IconTypeDefinitionFactory
- All Known Implementing Classes:
IconTypeDefinitionFactoryImpl
public interface IconTypeDefinitionFactory
A factory to get
IconTypeDefinitions from plugins for a given IconType.-
Method Summary
Modifier and TypeMethodDescriptiongetDefaultSystemIconFilename(IconType iconType) Get the default system icon filename for this icon type.getDefinition(IconType iconType) Get the type definition for the icon type.
-
Method Details
-
getDefinition
Get the type definition for the icon type.- Parameters:
iconType- The icon type to look for.- Returns:
- The definition, or null if there is no definition for this icon type.
-
getDefaultSystemIconFilename
Get the default system icon filename for this icon type.- Parameters:
iconType- The icon type to look for.- Returns:
- The filename.
-