BugreportCollector.Prédicat

public static class BugreportCollector.Predicate
extends Object

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


Un prédicat complet décrivant quand capturer un rapport de bug. Possède les éléments requis 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

code de hachage

public int hashCode ()

Retour
int

correspondance partielle

public boolean partialMatch (BugreportCollector.Predicate otherP)

Paramètres
otherP BugreportCollector.Predicate

Retour
boolean

versChaîne

public String toString ()

Retour
String

Méthodes protégées

getFilterPredicate

protected  getFilterPredicate ()

Retour

getPrédicat

protected  getPredicate ()

Retour