Uses of Interface
dev.openfunction.functions.Plugin
-
-
Uses of Plugin in dev.openfunction.functions
Methods in dev.openfunction.functions that return Plugin Modifier and Type Method Description PluginPlugin. init()init will create a new plugin, and execute hook in this calling.Methods in dev.openfunction.functions that return types with arguments of type Plugin Modifier and Type Method Description java.util.Map<java.lang.String,Plugin>Context. getPostPlugins()java.util.Map<java.lang.String,Plugin>Context. getPrePlugins()
-