BugreportCollector.Predicate
public static class BugreportCollector.Predicate
extends Object
java.lang.객체 | |
↳ | 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 |
같음
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 |
toString
public String toString ()
보고 | |
---|---|
String |
보호된 메서드
getFilterPredicate
protectedgetFilterPredicate ()
보고 | |
---|---|
getPredicate
protectedgetPredicate ()
보고 | |
---|---|