public interface IConstDefCacheManager
限定符和类型 | 方法和说明 |
---|---|
java.lang.String |
getConstDefValue(java.lang.String constKey)
获取对应的常量值
|
void |
validateFormat(ConstDef def)
检查格式
|
java.lang.String getConstDefValue(java.lang.String constKey)
constKey
- void validateFormat(ConstDef def) throws ConstDefException
def
- ConstDefException