ブラウザのJavaScriptが無効になっています。
ナビゲーション・リンクをスキップ
概要
パッケージ
クラス
階層ツリー
非推奨
索引
ヘルプ
前のクラス
次のクラス
フレーム
フレームなし
すべてのクラス
概要:
ネスト |
フィールド |
コンストラクタ |
メソッド
詳細:
フィールド |
コンストラクタ |
メソッド
org.gradle.api
インタフェース Action<T>
型パラメータ:
T
- The type of object which this action accepts.
既知の実装クラスのリスト:
BuildExceptionReporter
public interface
Action<T>
Performs some action against objects of type T.
メソッドの概要
All Methods
Instance Methods
Abstract Methods
修飾子とタイプ
メソッドと説明
void
execute
(
T
t)
Performs this action against the given object.
メソッドの詳細
execute
void execute(
T
t)
Performs this action against the given object.
パラメータ:
t
- The object to perform the action on.
ナビゲーション・リンクをスキップ
概要
パッケージ
クラス
階層ツリー
非推奨
索引
ヘルプ
前のクラス
次のクラス
フレーム
フレームなし
すべてのクラス
概要:
ネスト |
フィールド |
コンストラクタ |
メソッド
詳細:
フィールド |
コンストラクタ |
メソッド