BugreportCollector.Predicate
public
static
class
BugreportCollector.Predicate
extends Object
| java.lang.Object | |
| ↳ | com.android.tradefed.result.BugreportCollector.Predicate |
バグレポートをキャプチャするタイミングを記述する完全な述語。次の必須要素と [省略可能な要素] があります。 RelationP TimingP 名詞 [FilterP 名詞]
概要
パブリック コンストラクタ | |
|---|---|
Predicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
|
|
Predicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun fpN, BugreportCollector.Filter filterP, BugreportCollector.Noun filterPN)
|
|
パブリック メソッド | |
|---|---|
static
void
|
assertValidPredicate(BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
|
boolean
|
equals(Object other)
|
boolean
|
fullMatch(BugreportCollector.Predicate otherP)
|
int
|
hashCode()
|
boolean
|
partialMatch(BugreportCollector.Predicate otherP)
|
String
|
toString()
|
保護されたメソッド | |
|---|---|
|
getFilterPredicate()
|
|
getPredicate()
|
パブリック コンストラクタ
述語
public Predicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
| パラメータ | |
|---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
n |
BugreportCollector.Noun |
述語
public Predicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun fpN, BugreportCollector.Filter filterP, BugreportCollector.Noun filterPN)
| パラメータ | |
|---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
fpN |
BugreportCollector.Noun |
filterP |
BugreportCollector.Filter |
filterPN |
BugreportCollector.Noun |
パブリック メソッド
assertValidPredicate
public static void assertValidPredicate (BugreportCollector.Relation rp, BugreportCollector.Freq fp, BugreportCollector.Noun n)
| パラメータ | |
|---|---|
rp |
BugreportCollector.Relation |
fp |
BugreportCollector.Freq |
n |
BugreportCollector.Noun |
equals
public boolean equals (Object other)
| パラメータ | |
|---|---|
other |
Object |
| 戻り値 | |
|---|---|
boolean |
|
fullMatch
public boolean fullMatch (BugreportCollector.Predicate otherP)
| パラメータ | |
|---|---|
otherP |
BugreportCollector.Predicate |
| 戻り値 | |
|---|---|
boolean |
|
hashCode
public int hashCode ()
| 戻り値 | |
|---|---|
int |
|
partialMatch
public boolean partialMatch (BugreportCollector.Predicate otherP)
| パラメータ | |
|---|---|
otherP |
BugreportCollector.Predicate |
| 戻り値 | |
|---|---|
boolean |
|
toString
public String toString ()
| 戻り値 | |
|---|---|
String |
|
保護されたメソッド
getFilterPredicate
protectedgetFilterPredicate ()
| 戻り値 | |
|---|---|
|
|
getPredicate
protectedgetPredicate ()
| 戻り値 | |
|---|---|
|
|