Package org.evolvis.tartools.rfc822
Interface Path.ParserResult
- All Known Implementing Classes:
Path.Address,Path.AddressList,Path.AddrSpec
- Enclosing class:
- Path
public static interface Path.ParserResult
Methods all
Path parser results implement.- Author:
- mirabilos (m@mirbsd.org)
- See Also:
-
Method Summary
-
Method Details
-
isValid
boolean isValid()Whether this parser result is actually valid or merely parses but fails further validations (length limits, semantics, etc).- Returns:
- true if valid, false otherwise
-
toString
String toString()Returns this parser result in some useful format.
-