|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
public interface BuildEvent
ビルド対象のファイルが追加、削除、変更される際に発生するイベント。
| フィールドの概要 | |
|---|---|
static String |
EVENT_ID
このイベントの識別子。 |
static String |
KEY_TYPE
getType()を参照するキー。 |
| インタフェース org.ashikunep.irenka.event.CtEvent から継承されたフィールド |
|---|
KEY_KIND |
| メソッドの概要 | |
|---|---|
Collection<CtResourceDelta> |
getDelta()
変更されたリソースの情報一覧を返す。 |
CtResource |
getRoot()
ビルド対象のルート要素を表すリソースを返す。 |
BuildType |
getType()
ビルドの種類を返す。 |
| インタフェース org.ashikunep.irenka.event.CtEvent から継承されたメソッド |
|---|
getEventProperty, getEventType, getKind |
| インタフェース org.ashikunep.irenka.dom.CtElement から継承されたメソッド |
|---|
accept, accept, copy, copy, equals, exists, freezeChildren, freezeParent, getChild, getCompilationUnit, getCorrespondedFile, getElementKind, getGenericContext, getLocation, getLocationInParent, getParent, getProperty, hashCode, isChildrenFrozen, isModified, isParentFrozen, isSynthetic, setChild, setLocation, setParent, substitute |
| インタフェース org.ashikunep.irenka.util.ClientStorageContainer から継承されたメソッド |
|---|
getClientStorage, putClientStorage |
| フィールドの詳細 |
|---|
static final String EVENT_ID
static final String KEY_TYPE
getType()を参照するキー。
| メソッドの詳細 |
|---|
BuildType getType()
CtResource getRoot()
Collection<CtResourceDelta> getDelta()
getType()がBuildType.TOTALを表す場合、返されるコレクションの各要素は、
リソースが追加されたものとみなして通知される。
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||