Package org.evolvis.tartools.rfc822
Class Path.AddrSpec
- java.lang.Object
-
- org.evolvis.tartools.rfc822.Path.AddrSpec
-
- All Implemented Interfaces:
Path.ParserResult
- Enclosing class:
- Path
public final class Path.AddrSpec extends Object implements Path.ParserResult
Representation for an addr-spec (eMail address) comprised of localPart and domain- Author:
- mirabilos (t.glaser@tarent.de)
-
-
Constructor Summary
Constructors Constructor Description AddrSpec()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringtoString()Returns the addr-spec as eMail address (in wire format)-
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()
Returns the addr-spec as eMail address (in wire format)- Specified by:
toStringin interfacePath.ParserResult- Overrides:
toStringin classObject- Returns:
- String localPart@domain
-
-