|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mail.imap.IMAPMessage.FetchProfileCondition
public static class IMAPMessage.FetchProfileCondition
This class implements the test to be done on each message in the folder. The test is to check whether the message has already cached all the items requested in the FetchProfile. If any item is missing, the test succeeds and breaks out.
Constructor Summary | |
---|---|
IMAPMessage.FetchProfileCondition(FetchProfile fp,
com.sun.mail.imap.protocol.FetchItem[] fitems)
Create a FetchProfileCondition to determine if we need to fetch any of the information specified in the FetchProfile. |
Method Summary | |
---|---|
boolean |
test(IMAPMessage m)
Return true if we NEED to fetch the requested information for the specified message. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IMAPMessage.FetchProfileCondition(FetchProfile fp, com.sun.mail.imap.protocol.FetchItem[] fitems)
Method Detail |
---|
public boolean test(IMAPMessage m)
test
in interface com.sun.mail.imap.Utility.Condition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |