davmail.exchange.dav
Class DavExchangeSession.NotCondition

java.lang.Object
  extended by davmail.exchange.ExchangeSession.NotCondition
      extended by davmail.exchange.dav.DavExchangeSession.NotCondition
All Implemented Interfaces:
ExchangeSession.Condition
Enclosing class:
DavExchangeSession

protected static class DavExchangeSession.NotCondition
extends ExchangeSession.NotCondition


Field Summary
 
Fields inherited from class davmail.exchange.ExchangeSession.NotCondition
condition
 
Constructor Summary
protected DavExchangeSession.NotCondition(ExchangeSession.Condition condition)
           
 
Method Summary
 void appendTo(StringBuilder buffer)
          Append condition to buffer.
 
Methods inherited from class davmail.exchange.ExchangeSession.NotCondition
isEmpty, isMatch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DavExchangeSession.NotCondition

protected DavExchangeSession.NotCondition(ExchangeSession.Condition condition)
Method Detail

appendTo

public void appendTo(StringBuilder buffer)
Description copied from interface: ExchangeSession.Condition
Append condition to buffer.

Parameters:
buffer - search filter buffer


Copyright © 2001-2013 MickaĆ«l Guessant. All Rights Reserved.