Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
返回带有指定属性的新 QAManager 实例。
abstract QAManager QAManagerFactory.createQAManager( String iniFile ) throws QAException
iniFile 用于配置 QAManager 实例的属性文件,若为空值则使用缺省属性创建 QAManager 实例。
一个新的 QAManager 实例。
QAException 类 如果创建管理器时存在问题,则抛出异常。
如果 iniFile 参数为空值,则使用缺省属性创建 QAManager。在创建实例后,可以使用 QAManagerBase setproperty 方法以编程方式设置 QAManager 属性。