BugreportCollector.Predicate

public static class BugreportCollector.Predicate
extends Object

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


Un prédicat complet décrivant quand capturer un rapport de bogue. Contient les éléments obligatoires et [éléments facultatifs] suivants : RelationP TimingP Noun [FilterP Noun]

Résumé

Constructeurs publics

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)

Méthodes publiques

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

Méthodes protégées

getFilterPredicate ()
getPredicate ()

Constructeurs publics

Prédicat

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

Paramètres
rp BugreportCollector.Relation

fp BugreportCollector.Freq

n BugreportCollector.Noun

Prédicat

public Predicate (BugreportCollector.Relation rp, 
                BugreportCollector.Freq fp, 
                BugreportCollector.Noun fpN, 
                BugreportCollector.Filter filterP, 
                BugreportCollector.Noun filterPN)

Paramètres
rp BugreportCollector.Relation

fp BugreportCollector.Freq

fpN BugreportCollector.Noun

filterP BugreportCollector.Filter

filterPN BugreportCollector.Noun

Méthodes publiques

assertValidPredicate

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

Paramètres
rp BugreportCollector.Relation

fp BugreportCollector.Freq

n BugreportCollector.Noun

équivaut à

public boolean equals (Object other)

Paramètres
other Object

Retour
boolean

correspondance parfaite

public boolean fullMatch (BugreportCollector.Predicate otherP)

Paramètres
otherP BugreportCollector.Predicate

Retour
boolean

hashCode

public int hashCode ()

Retour
int

correspondancepartielle

public boolean partialMatch (BugreportCollector.Predicate otherP)

Paramètres
otherP BugreportCollector.Predicate

Retour
boolean

toString

public String toString ()

Retour
String

Méthodes protégées

getFilterPredicate

protected  getFilterPredicate ()

Retour

getPredicate

protected  getPredicate ()

Retour