@Component public class IconTypeDefinitionFactoryImpl extends Object implements IconTypeDefinitionFactory
| Modifier and Type | Class and Description |
|---|---|
class |
IconTypeDefinitionFactoryImpl.IconTypeNameCollector |
| Constructor and Description |
|---|
IconTypeDefinitionFactoryImpl(com.atlassian.plugin.PluginAccessor pluginAccessor) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultSystemIconFilename(IconType iconType)
Get the default system icon filename for this icon type.
|
IconTypeDefinition |
getDefinition(IconType iconType)
Get the type definition for the icon type.
|
public IconTypeDefinitionFactoryImpl(com.atlassian.plugin.PluginAccessor pluginAccessor)
public IconTypeDefinition getDefinition(IconType iconType)
IconTypeDefinitionFactorygetDefinition in interface IconTypeDefinitionFactoryiconType - The icon type to look for.@Nonnull public String getDefaultSystemIconFilename(IconType iconType)
IconTypeDefinitionFactorygetDefaultSystemIconFilename in interface IconTypeDefinitionFactoryiconType - The icon type to look for.Copyright © 2002-2019 Atlassian. All Rights Reserved.