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 static final class Path.AddrSpec extends Object implements Path.ParserResult
Representation for an
addr-spec(eMail address). These are comprised oflocalPartanddomain.- 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 theaddr-specas 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 theaddr-specas eMail address (in wire format).- Specified by:
toStringin interfacePath.ParserResult- Overrides:
toStringin classObject- Returns:
- String
localPart@domain
-
-