📄 configuration.java
字号:
/****************************************************************************
* Package : com.ecSolutions.ecAppServer
* File : Configuration.java
* Create Date : 2007-7-20
* Author : Steven Chen
*
* Copyright(C) 2006 ecSolutions(shanghai) Co.,Limited.All Rights Reserved.
*
***************************************************************************/
package com.ecSolutions.ecAppServer;
public interface Configuration {
String getString(String param) throws ecAppServerConfigException ;
String getString(String param, String defaultVal) ;
int getInt(String param) throws ecAppServerConfigException ;
int getInt(String param, int defaultVal);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -