D.40. tarantella object new_dynamicapp

1 つ以上の動的アプリケーションオブジェクトを作成します。「動的アプリケーションオブジェクト」を参照してください。

構文

tarantella object new_dynamicapp {
                                  --name obj
                                  --mapping [type=application]
                                [ --description text ]
                                [ --icon icon ]
                                } | --file file

説明

次の表は、このコマンドで使用可能なオプションを示しています。

オプション

説明

詳細情報

--name

動的アプリケーションの名前。

「名前」

--mapping

type 文字列とアプリケーションオブジェクトの名前の間のマッピング。

「「マッピング」タブ」

--description

オブジェクトのテキストによる説明。

「コメント」

--icon

アプリケーションの Webtop アイコン。

「アイコン」

--file

動的アプリケーションオブジェクトを作成する一式のコマンドを格納したバッチファイル。

 
注記

空白を含むオブジェクト名はすべて、引用符で囲むようにしてください ("o=例" など)。

次の例では、windows タイプのマッピングが設定された、desktopApp という名前の新しい動的アプリケーションオブジェクトを作成します。

$ tarantella object new_dynamicapp \
--name "o=applications/cn=desktopApp" \
--mapping windows="o=applications/cn=windows_desktop"