BugreportCollector.Predicate
public
static
class
BugreportCollector.Predicate
extends Object
java.lang.Object의 클래스 | |
↳ | com.android.tradefed.result.BugreportCollector.Predicate |
버그 신고를 캡처할 시기를 설명하는 전체 조건자입니다. 다음과 같은 필수 요소 포함 및 [선택적 요소]: RelationP 타이밍P 명사[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 |
hashCode
public int hashCode ()
반환 값 | |
---|---|
int |
부분 일치
public boolean partialMatch (BugreportCollector.Predicate otherP)
매개변수 | |
---|---|
otherP |
BugreportCollector.Predicate |
반환 값 | |
---|---|
boolean |
toString
public String toString ()
반환 값 | |
---|---|
String |
보호된 메서드
getFilterPredicate
protectedgetFilterPredicate ()
반환 값 | |
---|---|
|
getPredicate
protectedgetPredicate ()
반환 값 | |
---|---|
|