public abstract class

GmailSearchTerm

extends SearchTerm
java.lang.Object
   ↳ com.google.code.javax.mail.search.SearchTerm
     ↳ com.google.code.javax.mail.search.GmailSearchTerm
Known Direct Subclasses

Summary

[Expand]
Inherited Constants
From class com.google.code.javax.mail.search.SearchTerm
Fields
protected boolean ignoreCase Ignore case when comparing?
protected String pattern The pattern.
Protected Constructors
GmailSearchTerm(String pattern)
GmailSearchTerm(String pattern, boolean ignoreCase)
Public Methods
boolean equals(Object obj)
Equality comparison.
boolean getIgnoreCase()
Return true if we should ignore case when matching.
String getPattern()
Return the string to match with.
abstract String getSearchAttribute()
int hashCode()
Compute a hashCode for this object.
Protected Methods
boolean match(String s)
[Expand]
Inherited Methods
From class com.google.code.javax.mail.search.SearchTerm
From class java.lang.Object

Fields

protected boolean ignoreCase

Ignore case when comparing?

protected String pattern

The pattern.

Protected Constructors

protected GmailSearchTerm (String pattern)

Parameters
pattern

protected GmailSearchTerm (String pattern, boolean ignoreCase)

Parameters
pattern
ignoreCase

Public Methods

public boolean equals (Object obj)

Equality comparison.

Parameters
obj

public boolean getIgnoreCase ()

Return true if we should ignore case when matching.

public String getPattern ()

Return the string to match with.

public abstract String getSearchAttribute ()

public int hashCode ()

Compute a hashCode for this object.

Protected Methods

protected boolean match (String s)

Parameters
s