gnu.inet.imap
Class Namespaces.Namespace
java.lang.Object
gnu.inet.imap.Namespaces.Namespace
- Namespaces
public static class Namespaces.Namespace
extends java.lang.Object
An individual namespace specification.
char | getDelimiter() - Returns the delimiter character for the namespace.
|
Map | getExtensions() - Returns the dictionary of extension values for the namespace,
or
null if there are no extensions.
|
String | getPrefix() - Returns the namespace prefix.
|
String | toString() - Debugging.
|
getDelimiter
public char getDelimiter()
Returns the delimiter character for the namespace.
getExtensions
public Map getExtensions()
Returns the dictionary of extension values for the namespace,
or null
if there are no extensions.
getPrefix
public String getPrefix()
Returns the namespace prefix.
toString
public String toString()
Debugging.