プラグインを管理する静的クラス。
関連クラス: JsonEx
Name | Type | Description |
---|---|---|
_path |
String | [static] プラグインフォルダのパス |
_scripts |
Array.<String> | [static] スクリプト名の配列 |
_errorUrls |
Array.<String> | [static] 読み込みエラーを記録した配列 |
_parameters |
Object | [static] パラメータのオブジェクト { スクリプト名: Parameters, … } |
エラーを検査。
プラグインファイルを読み込む。
Name | Type | Description |
---|---|---|
name |
String | ファイル名(拡張子.js を含む) |
エラーハンドラ。
Name | Type | Description |
---|---|---|
e |
Event | エラーイベント |
指定プラグイン名に対応するパラメータをオブジェクトで返す。
返り値の内容は MV.PluginSettings の項目を参照。
Name | Type | Description |
---|---|---|
name |
String | プラグイン名(英字の大小を区別しない) |
パラメータを設定。
Name | Type | Description |
---|---|---|
name |
String | プラグイン名(英字の大小を区別しない) |
parameters |
Parameters | パラメータの[名前]と[値]の組み合わせ |
プラグインの初期化。
Name | Type | Description |
---|---|---|
plugins |
Array.<MV.PluginSettings> | プラグイン設定の配列 |