public static class IMAPMessage.FetchProfileCondition extends Object implements Utility.Condition
Constructor and Description |
---|
IMAPMessage.FetchProfileCondition(FetchProfile fp,
FetchItem[] fitems)
Create a FetchProfileCondition to determine if we need to fetch
any of the information specified in the FetchProfile.
|
Modifier and Type | Method and Description |
---|---|
boolean |
test(IMAPMessage m)
Return true if we NEED to fetch the requested information
for the specified message.
|
public IMAPMessage.FetchProfileCondition(FetchProfile fp, FetchItem[] fitems)
public boolean test(IMAPMessage m)
test
in interface Utility.Condition
Copyright © 2015 Oracle. All Rights Reserved.