Movatterモバイル変換


[0]ホーム

URL:


         


Class SearchTerm

java.lang.Object  |  +--javax.mail.search.SearchTerm
Direct Known Subclasses:
AddressTerm,AndTerm,ComparisonTerm,FlagTerm,NotTerm,OrTerm,StringTerm

public abstract classSearchTerm
extends java.lang.Object

Search criteria are expressed as a tree of search-terms, forming a parse-tree for the search expression. Search-terms are represented by this class. This is an abstract class; subclasses implement specific match methods.


SearchTerm()
           
 
match(Message msg)
          This method applies a specific match criterion to the given message and returns the result.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

SearchTerm

publicSearchTerm()

match

public abstract booleanmatch(Message msg)
This method applies a specific match criterion to the given message and returns the result.
Parameters:
msg - The match criterion is applied on this message
Returns:
true, it the match succeeds, false if the match fails

         


[8]ページ先頭

©2009-2025 Movatter.jp