📄 serviceinfo.java
字号:
package org.helpsoft.servicelocator;
import org.helpsoft.exception.*;
/**
* Interface that determines the service.
*
* @author cao guangxin - www.relationinfo.com
*/
public interface ServiceInfo {
/**
* determine service.
* @return Locatable Service
* @throws ServiceInstantiationException service can not be started.
* @throws UnknownServiceException Unknown service
*/
LocatableService getService() throws ServiceInstantiationException, UnknownServiceException;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -