請教:com.jdon.propsutil的getProperty()函式是做什麼用的?
private static String className = "com.jdon.controller.WebServiceFactory";
protected static ServiceFactory factory = null;
public static ServiceFactory getInstance() {
if (factory == null) {
synchronized (initLock) {
if (factory == null) {
try {
//Load the class and create an instance.
String confClassName = propsUtil.getProperty("serviceFactory.class");
if ((confClassName != null) && !confClassName.equals("")){
Debug.logVerbose( "confClassName is loaded:" + confClassName, module);
className = confClassName;
}
Class c = Class.forName(className);
factory = (ServiceFactory) c.newInstance();
} catch (Exception e) {
Debug.logError(" get factory instance error:" + e, module);
return null;
}
}
}
}
return factory;
}
這段程式碼呼叫了propsUtil的getproperty()方法,請問這個方法是什麼意思,應該怎麼實現呢?謝謝
protected static ServiceFactory factory = null;
public static ServiceFactory getInstance() {
if (factory == null) {
synchronized (initLock) {
if (factory == null) {
try {
//Load the class and create an instance.
String confClassName = propsUtil.getProperty("serviceFactory.class");
if ((confClassName != null) && !confClassName.equals("")){
Debug.logVerbose( "confClassName is loaded:" + confClassName, module);
className = confClassName;
}
Class c = Class.forName(className);
factory = (ServiceFactory) c.newInstance();
} catch (Exception e) {
Debug.logError(" get factory instance error:" + e, module);
return null;
}
}
}
}
return factory;
}
這段程式碼呼叫了propsUtil的getproperty()方法,請問這個方法是什麼意思,應該怎麼實現呢?謝謝
相關文章
- 請教:Jive中的moderate是什麼意思?
- 請教站長:Jive中的moderate是什麼意思?
- 請教高手,這是什麼錯誤?
- JBoss是個什麼東東呀,怎麼用呀,請教各路高手!!
- 閉包函式到底是什麼?有什麼用?函式
- Java是什麼_Java是做什麼的?Java
- 請教,blade模板中怎麼呼叫自定義的函式?函式
- 什麼是仿函式?函式
- 一什麼是函式?函式
- [提問交流]請教[段落]是指的什麼?這個該如何應用啊
- 物聯網路卡是做什麼用的
- ASM Buffer Cache是用來做什麼的!ASM
- JavaEE是做什麼的?Java
- 請教什麼是WebServices,在Java如何實現WebJava
- javascript純函式是什麼JavaScript函式
- 伺服器遷移中心SMC是什麼?SMC是做什麼用的伺服器
- 函式: 函式是怎麼使用的?函式
- 黑猴子的家:python 函式是什麼?Python函式
- python中upper函式的用法是什麼?Python函式
- 域名是什麼?申請域名的流程是什麼?
- 請教大家元件和模組有什麼區別,它們的概念分別是什麼?元件
- 什麼是Python函式?如何定義函式?Python函式
- 什麼是節流函式以及防抖函式?函式
- python mmap()函式是什麼?Python函式
- javascript函式節流是什麼JavaScript函式
- 什麼是C++ setw() 函式?C++函式
- 塊儲存是做什麼用的,你知道嗎?
- 什麼是IIFE(立即呼叫函式表示式)?函式
- python函式的定義和呼叫是什麼?Python函式
- web裡什麼是Math函式,作用是什麼Web函式
- 視覺化資料用什麼軟體做,大資料視覺化是用什麼做的視覺化大資料
- 請問getKey()方法是什麼,有什麼用
- 【js】什麼是函式節流與函式去抖JS函式
- 區塊鏈是做什麼的?區塊鏈
- 系統呼叫與庫函式是什麼,區別是什麼函式
- Kali Linux是什麼?可以用來做什麼?Linux
- python函式過載是什麼?Python函式
- 節流函式throttle是什麼鬼?函式