|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.mail.search.SearchTerm
net.fortuna.mstor.search.TagsTerm
public class TagsTerm
A Search Term that matches all messages with a given set of tags.
$Id$ Created on 14/05/2006
| Constructor Summary | |
|---|---|
TagsTerm()
Default constructor. |
|
TagsTerm(Tags tags)
Creates a new term that matches messages that contain all the specified tags. |
|
| Method Summary | |
|---|---|
Tags |
getTags()
|
boolean |
match(javax.mail.Message m)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagsTerm()
public TagsTerm(Tags tags)
tags - | Method Detail |
|---|
public final boolean match(javax.mail.Message m)
match in class javax.mail.search.SearchTermpublic final Tags getTags()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||