|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgnu.mail.providers.imap.Rights
public final class Rights
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.
Nested Class Summary | |
---|---|
static class |
Rights.Right
Deprecated. |
Constructor Summary | |
---|---|
Rights()
Deprecated. |
|
Rights(Rights.Right right)
Deprecated. |
|
Rights(Rights rights)
Deprecated. |
|
Rights(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(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 |
---|
public Rights()
public Rights(Rights rights)
public Rights(String rights)
public Rights(Rights.Right right)
Method Detail |
---|
public void add(Rights.Right right)
public void add(Rights rights)
public void remove(Rights.Right right)
public void remove(Rights rights)
public boolean contains(Rights.Right right)
public boolean contains(Rights rights)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |