|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.text.util.Rfc822Token
public class Rfc822Token
This class stores an RFC 822-like name, address, and comment, and provides methods to convert them to quoted strings.
| Constructor Summary | |
|---|---|
Rfc822Token(String name,
String address,
String comment)
Creates a new Rfc822Token with the specified name, address, and comment. |
|
| Method Summary | |
|---|---|
String |
getAddress()
Returns the address part. |
String |
getComment()
Returns the comment part. |
String |
getName()
Returns the name part. |
static String |
quoteComment(String comment)
Returns the comment, with internal backslashes and parentheses preceded by backslashes. |
static String |
quoteName(String name)
Returns the name, with internal backslashes and quotation marks preceded by backslashes. |
static String |
quoteNameIfNecessary(String name)
Returns the name, conservatively quoting it if there are any characters that are likely to cause trouble outside of a quoted string, or returning it literally if it seems safe. |
void |
setAddress(String address)
Changes the address to the specified address. |
void |
setComment(String comment)
Changes the comment to the specified comment. |
void |
setName(String name)
Changes the name to the specified name. |
String |
toString()
Returns the name (with quoting added if necessary), the comment (in parentheses), and the address (in angle brackets). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Rfc822Token(String name,
String address,
String comment)
| Method Detail |
|---|
public String getName()
public String getAddress()
public String getComment()
public void setName(String name)
public void setAddress(String address)
public void setComment(String comment)
public String toString()
toString in class Objectpublic static String quoteNameIfNecessary(String name)
public static String quoteName(String name)
public static String quoteComment(String comment)
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||