Type Method 型メソッド

shared()

Returns the single, shared instance of NSScriptSuiteRegistry, creating it first if it doesn’t exist. NSScriptSuiteRegistryの単一の、共有インスタンスを返します、それが存在しないならばそれをまず作成します。

Declaration 宣言

class func shared() -> NSScriptSuiteRegistry

Discussion 議論

If it creates an instance, and if the application provides scriptability information in the script suite format, the method loads suite definitions in all frameworks and other bundles that the application currently imports or includes; if information is provided in the sdef format, the method loads information only from the specified sdef file. If in reading scriptability information an exception is raised because of parsing errors, it handles the exception by printing a line of information to the console. それがインスタンスを作成するならば、そしてアプリケーションがスクリプトスイート形式でスクリプト対応機能情報を提供するならば、メソッドはアプリケーションが現在インポートまたはインクルードする全てのフレームワークと他のバンドルの中のスイート定義をロードします;情報がsdef形式で提供されるならば、メソッドは情報をその指定されたsdefファイルからのみロードします。スクリプト対応機能情報の読み込みにおいて例外がエラー解析のために引き起こされるならば、それは例外を一行の情報をコンソールに出力することによって取り扱います。

See Also 参照

Getting and Setting the Shared Instance 共有インスタンスの取得と設定

Related Documentation 関連文書