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