gnu.mail.providers.imap
Class Rights

java.lang.Object
  extended by gnu.mail.providers.imap.Rights

Deprecated. this API will probably change incompatibly soon

public final class Rights
extends java.lang.Object

A set of rights, as defined in RFC 2086. Please note that this API is experimental and will probably change soon when the IETF working group delivers a a new specification.

Author:
Chris Burdess

Nested Class Summary
static class Rights.Right
          Deprecated.  
 
Constructor Summary
Rights()
          Deprecated.  
Rights(Rights.Right right)
          Deprecated.  
Rights(Rights rights)
          Deprecated.  
Rights(java.lang.String rights)
          Deprecated.  
 
Method Summary
 void add(Rights.Right right)
          Deprecated.  
 void add(Rights rights)
          Deprecated.  
 boolean contains(Rights.Right right)
          Deprecated.  
 boolean contains(Rights rights)
          Deprecated.  
 boolean equals(java.lang.Object obj)
          Deprecated.  
 int hashCode()
          Deprecated.  
 void remove(Rights.Right right)
          Deprecated.  
 void remove(Rights rights)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Rights

public Rights()
Deprecated. 

Rights

public Rights(Rights rights)
Deprecated. 

Rights

public Rights(java.lang.String rights)
Deprecated. 

Rights

public Rights(Rights.Right right)
Deprecated. 
Method Detail

add

public void add(Rights.Right right)
Deprecated. 

add

public void add(Rights rights)
Deprecated. 

remove

public void remove(Rights.Right right)
Deprecated. 

remove

public void remove(Rights rights)
Deprecated. 

contains

public boolean contains(Rights.Right right)
Deprecated. 

contains

public boolean contains(Rights rights)
Deprecated. 

equals

public boolean equals(java.lang.Object obj)
Deprecated. 
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Deprecated. 
Overrides:
hashCode in class java.lang.Object


© Copyright 2003, 2004 The Free Software Foundation, All rights reserved