📄 i_contribplugin.java
字号:
/*------------------------------------------------------------------------------Name: I_ContribPlugin.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.contrib;import java.util.Set;public interface I_ContribPlugin { void init(I_Info info) throws Exception; /** * @see I_Plugin * @throws Exception */ void shutdown() throws Exception; /** * Gets all property keys which may be used by this object. * @return */ Set getUsedPropertyKeys(); }
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -