接口 IPluginSupport
-
- 所有已知实现类:
MarkdownDocPlugin,RapSupportPlugin
public interface IPluginSupportan plugin interface, please feel free to to do what ever you want.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidexecute(java.util.List<ControllerNode> controllerNodeList)a hook method
-
-
-
方法详细资料
-
execute
void execute(java.util.List<ControllerNode> controllerNodeList)
a hook method- 参数:
controllerNodeList- all the api data
-
-