public SerialStepBeanInfo() {
try {
beanClass = SerialStep.class;
additionalBeanClass = com.twinsoft.convertigo.beans.steps.BranchStep.class;
iconNameC16 = "/com/twinsoft/convertigo/beans/steps/images/serial_16x16.png";
iconNameC32 = "/com/twinsoft/convertigo/beans/steps/images/serial_32x32.png";
resourceBundle = getResourceBundle("res/SerialStep");
displayName = resourceBundle.getString("display_name");
shortDescription = resourceBundle.getString("short_description");
PropertyDescriptor property = getPropertyDescriptor("maxNumberOfThreads");
property.setHidden(true) ;
}
catch(Exception e) {
com.twinsoft.convertigo.engine.Engine.logBeans.error("Exception with bean info; beanClass=" + beanClass.toString(), e);
}
}
SerialStepBeanInfo.java 文件源码
java
阅读 15
收藏 0
点赞 0
评论 0
项目:convertigo-engine
作者:
评论列表
文章目录