Package com.inet.plugin
Interface 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 theServerPluginManager
useServerPluginManager.getSingleInstanceByName(Class, String, boolean)
.- Since:
- inetcore 3.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getExtensionName()
Returns the UNIQUE name of the extension.
-