Instance Method インスタンスメソッド

loadSuitesFromBundle:

Loads the suite definitions in bundle aBundle, invoking loadSuiteWithDictionary:fromBundle: for each suite found. バンドルaBundleのスイート定義をロードします、loadSuiteWithDictionary:fromBundle:を見つかったスイートそれぞれに対して発動します。

Declaration 宣言

- (void)loadSuitesFromBundle:(NSBundle *)bundle;

Discussion 議論

If errors occur while method is parsing a suite-definition file, the method logs error messages to the console. メソッドがスイート定義ファイルの構文解析している間にエラーが発生するならば、メソッドはコンソールにエラーメッセージを記録します。

See Also 参照

Loading Suites スイートをロードする