錯誤報告收集器謂詞

public static class BugreportCollector.Predicate
extends Object

java.lang.Object
com.android.tradefed.result.BugreportCollector.Predicate


描述何時捕獲錯誤報告的完整謂詞。具有以下必需元素和[可選元素]:RelationP TimingP Noun [FilterP Noun]

概括

公共構造函數

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

等於

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

受保護的方法

getFilterPredicate

protected  getFilterPredicate ()

退貨

獲取謂詞

protected  getPredicate ()

退貨