Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

oracle.mail.sdk.esmail
Class TrueTerm

oracle.mail.sdk.esmail.TrueTerm

public class TrueTerm

Field Summary
static TrueTerm ALL
          The singleton object of TrueTerm

 

Constructor Summary
TrueTerm()
          Construct a TrueTerm object.

 

Method Summary
 boolean match(javax.mail.Message msg)
          Returns true any any match
 java.lang.String toString()
          prints the "ALL" representation

 

Field Detail

ALL

public static final TrueTerm ALL
The singleton object of TrueTerm
Constructor Detail

TrueTerm

public TrueTerm()
Construct a TrueTerm object.
Method Detail

match

public boolean match(javax.mail.Message msg)
Returns true any any match
Parameters:
msg - the message object to be compared
Returns:
always return true.

toString

public java.lang.String toString()
prints the "ALL" representation
Returns:
the string representation of the TrueTerm object

Oracle Email Java API Reference
Release 2(9.0.4)

B10724-01

Copyright © 1988, 2003 Oracle Corporation. All Rights Reserved.