Schnittstelle NamedExtension
public interface NamedExtension
This interface is intended to simplify the selection of a certain extension out of a pool of
extensions. To get an extensions by it's extension name from the
ServerPluginManager use
ServerPluginManager.getSingleInstanceByName(Class, String, boolean).- Seit:
- inetcore 3.0
-
Methodenübersicht
-
Methodendetails
-
getExtensionName
@Nonnull String getExtensionName()Returns the UNIQUE name of the extension. With UNIQUE referring to 'unique among all implementations of the same interface'- Gibt zurück:
- the UNIQUE name of the extension
- Seit:
- inetcore 3.0
-