42件ヒット
[1-42件を表示]
(0.076秒)
種類
- インスタンスメソッド (30)
- 特異メソッド (12)
ライブラリ
-
drb
/ extservm (12) -
rake
/ packagetask (24) -
shell
/ process-controller (6)
クラス
-
DRb
:: ExtServManager (12) -
Rake
:: PackageTask (24) -
Shell
:: ProcessController (6)
キーワード
-
start
_ job (6) -
tar
_ command= (12) -
zip
_ command= (12)
検索結果
先頭4件
-
DRb
:: ExtServManager . command=(cmd) (27200.0) -
サービスを起動するためのコマンドを指定するための Hash を 設定します。
...サービスを起動するためのコマンドを指定するための Hash を
設定します。
@param cmd コマンドを設定した Hash
@see DRb::ExtServManager.command... -
Rake
:: PackageTask # zip _ command=(command) (12300.0) -
zip コマンドとして使用するコマンドを設定します。
...zip コマンドとして使用するコマンドを設定します。
@param command コマンドを文字列で指定します。... -
Rake
:: PackageTask # tar _ command=(command) (12200.0) -
tar コマンドとして使用するコマンドを設定します。
...tar コマンドとして使用するコマンドを設定します。
@param command コマンドを文字列で指定します。... -
Shell
:: ProcessController # start _ job(command = nil) (6101.0) -
指定されたコマンドの実行を開始します。
...指定されたコマンドの実行を開始します。
コマンドを省略した場合は、待ち状態のジョブのうち先頭のものを実行します。
@param command コマンドを指定します。...