🔥 移除暂时用不到的接口方法
This commit is contained in:
parent
26977a0876
commit
7c1a313023
@ -1,8 +1,6 @@
|
|||||||
package org.jcnc.jnotepad.plugin.interfaces;
|
package org.jcnc.jnotepad.plugin.interfaces;
|
||||||
|
|
||||||
|
|
||||||
import java.util.Map;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 插件接口
|
* 插件接口
|
||||||
* <p>
|
* <p>
|
||||||
@ -20,19 +18,4 @@ public interface Plugin {
|
|||||||
* 执行插件的逻辑
|
* 执行插件的逻辑
|
||||||
*/
|
*/
|
||||||
void execute();
|
void execute();
|
||||||
|
|
||||||
/**
|
|
||||||
* 获取插件的配置参数
|
|
||||||
*
|
|
||||||
* @return 插件的配置参数
|
|
||||||
*/
|
|
||||||
Map<String, Object> getConfig();
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 设置插件的配置参数
|
|
||||||
*
|
|
||||||
* @param config 插件的配置参数
|
|
||||||
*/
|
|
||||||
void setConfig(Map<String, Object> config);
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user