BugreportCollector.Predicate

public static class BugreportCollector.Predicate
extends Object

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


פסוקית מלאה שמתארת מתי לצלם דוח על באג. כולל את רכיבי החובה הבאים ואת [הרכיבים האופציונליים]: RelationP TimingP Noun [FilterP Noun]

סיכום

‫constructors ציבוריים

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)

‫methods ציבוריים

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()

שיטות מוגנות

List<BugreportCollector.SubPredicate> getFilterPredicate()
List<BugreportCollector.SubPredicate> getPredicate()

‫constructors ציבוריים

פרדיקט

public Predicate (BugreportCollector.Relation rp, 
                BugreportCollector.Freq fp, 
                BugreportCollector.Noun n)

פרמטרים
rp BugreportCollector.Relation

fp BugreportCollector.Freq

n BugreportCollector.Noun

הקפצת הודעות שגיאה (throw)
IllegalArgumentException

פרדיקט

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

הקפצת הודעות שגיאה (throw)
IllegalArgumentException

‫methods ציבוריים

assertValidPredicate

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

פרמטרים
rp BugreportCollector.Relation

fp BugreportCollector.Freq

n BugreportCollector.Noun

הקפצת הודעות שגיאה (throw)
IllegalArgumentException

שווה ל-

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

protected List<BugreportCollector.SubPredicate> getFilterPredicate ()

החזרות
List<BugreportCollector.SubPredicate>

getPredicate

protected List<BugreportCollector.SubPredicate> getPredicate ()

החזרות
List<BugreportCollector.SubPredicate>