Instance Method
インスタンスメソッド
aeteResource:
Returns an NSData
object that contains data in 'aete'
resource format describing the scriptability information currently known to the application.
あるNSData
オブジェクトを返します、それは'aete'
リソース形式のデータを含んでいて、現時点でアプリケーションに知られるスクリプト対応機能情報を記述しています。
Discussion
議論
This method is typically invoked to implement the get aete
Apple event for an application that provides scriptability information in the script suite format. The languageName
argument is the name of a language for which a localized resource directory (such as English.lproj
) exists. This language indication specifies the set of .scriptTerminology
files to be used to generate the data. NSScriptSuiteRegistry
does not create an 'aete'
resource unless this method is called.
このメソッドは、概してスクリプト対応機能情報をスクリプトスイート形式で提供するアプリケーションに対するget aete
アップルイベントを実装するために発動されます。languageName
引数は、それに対するローカライズされたリソースディレクトリ(例えばEnglish.lproj
)が存在する言語の名前です。この言語指示は、一揃いの.scriptTerminology
ファイルを指定して、データを生成するのに使われるようにします。NSScriptSuiteRegistry
は、'aete'
リソースをこのメソッドが呼ばれない限り作成しません。
See Also
参照
Getting Other Suite Information
他のスイート情報を取得する
- appleEventCodeForSuite:
Returns the Apple event code associated with the suite named suiteName
, such as ‘core’
for the Core suite.
suiteName
と名前をつけられるスイートと結び付けられたアップルイベントコードを返します、例えばCoreスイートに対する‘core’
など。
- bundleForSuite:
Returns the bundle containing the suite-definition property list (extension .scriptSuite
) identified by suiteName
.
suiteName
によって識別されるスイート定義プロパティリスト(拡張子.scriptSuite
)を含んでいるバンドルを返します。