📄 i_storageplugin.java
字号:
/*------------------------------------------------------------------------------ Name: I_StoragePlugin.javaProject: xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE file------------------------------------------------------------------------------*/package org.xmlBlaster.util.queue;import org.xmlBlaster.util.plugin.I_Plugin;import org.xmlBlaster.util.plugin.PluginInfo;/** * Interface for storage plugins * * @author michele@laghi.eu * @author xmlBlaster@marcelruff.info */public interface I_StoragePlugin extends I_Plugin{ /** * returns the pluginInfo object for this plugin. */ public PluginInfo getInfo();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -