Schnittstelle PluginFilter
public interface PluginFilter
A filter for loading plugins.
- Seit:
- inetcore 2.0
-
Methodenübersicht
Modifikator und TypMethodeBeschreibungbooleanaccept(com.inet.plugin.ServerPluginDescription plugin) Tests whether or not the specified plugin should be loaded.
-
Methodendetails
-
accept
boolean accept(com.inet.plugin.ServerPluginDescription plugin) Tests whether or not the specified plugin should be loaded.- Parameter:
plugin- the plugin description- Gibt zurück:
- true, if it should be loaded
- Seit:
- inetcore 2.0
-