Class RegexLocalPart

  • All Implemented Interfaces:
    LocalPartSpecification

    public class RegexLocalPart
    extends Object
    implements LocalPartSpecification
    RegexLocalPart compares the local part of an address with the specified regular expression.
    • Constructor Detail

      • RegexLocalPart

        public RegexLocalPart()
    • Method Detail

      • toString

        public String toString()
        Overrides:
        toString in class Object
      • getRegex

        public String getRegex()
        Category:
        GETSET
      • setRegex

        public void setRegex​(String regex)
        Category:
        GETSET