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 のインスタンスをデフォルトの設定で作成する場合は NULL。
新しい QAManager インスタンス。
QAException クラス Manager の作成で問題が発生した場合にスローされます。
iniFile パラメーターが NULL の場合、QAManager はデフォルトのプロパティを使用して作成されます。インスタンスの作成後に QAManagerBase の各プロパティ設定メソッドを使用して、QAManager プロパティをプログラムで設定できます。