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

公共方法

斷言有效謂詞

public static void assertValidPredicate (BugreportCollector.Relation rp, 
                BugreportCollector.Freq fp, 
                BugreportCollector.Noun n)

參數
rp BugreportCollector.Relation

fp BugreportCollector.Freq

n BugreportCollector.Noun

等於

public boolean equals (Object other)

參數
other Object

退貨
boolean

完全匹配

public boolean fullMatch (BugreportCollector.Predicate otherP)

參數
otherP BugreportCollector.Predicate

退貨
boolean

哈希碼

public int hashCode ()

退貨
int

部分匹配

public boolean partialMatch (BugreportCollector.Predicate otherP)

參數
otherP BugreportCollector.Predicate

退貨
boolean

到字串

public String toString ()

退貨
String

受保護的方法

取得過濾謂詞

protected  getFilterPredicate ()

退貨

獲取謂詞

protected  getPredicate ()

退貨