Package io.jenkins.plugins.ionicons
Class Ionicons
java.lang.Object
io.jenkins.plugins.ionicons.Ionicons
Utility to work with icons provided by the ionicons-api-plugin.
- Author:
- strangelookingnerd
-
Method Summary
Modifier and TypeMethodDescriptionGet all available icons provided by the ionicons-api-plugin.static String
getIconClassName
(String icon) Takes an icon name and generates an icon class name from it.
-
Method Details
-
getIconClassName
Takes an icon name and generates an icon class name from it.- Parameters:
icon
- the icon name- Returns:
- the icon class name
-
getAvailableIcons
Get all available icons provided by the ionicons-api-plugin.- Returns:
- a sorted map of available icons with icon name as key and the icon class name as value.
-