public class ExtensionsUtil extends Object
Constructor and Description |
---|
ExtensionsUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getName(Extension<?> ext)
Get the name of the extension.
|
public static String getName(Extension<?> ext)
Extension.getAbout()
contains a name and use that.
Otherwise, the id is used as the name.ext
- An extension