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

공개 메소드

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

protected  getFilterPredicate ()

보고

getPredicate

protected  getPredicate ()

보고