Package org.evolvis.tartools.rfc822
Class Path.Address
- java.lang.Object
-
- org.evolvis.tartools.rfc822.Path.Address
-
- All Implemented Interfaces:
Path.ParserResult
- Enclosing class:
- Path
public static final class Path.Address extends Object implements Path.ParserResult
Representation for anaddress(eithermailboxorgroup).- Author:
- mirabilos (t.glaser@tarent.de)
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Renders the mailbox or group as (non-wrapped) string.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.evolvis.tartools.rfc822.Path.ParserResult
isValid
-
-
-
-
Method Detail
-
toString
public String toString()
Renders the mailbox or group as (non-wrapped) string. That is:
localPart@domain(mailbox)label <localPart@domain>(mailbox)label:[group-list];(group)
- Specified by:
toStringin interfacePath.ParserResult- Overrides:
toStringin classObject- Returns:
- String rendered address
-
-