Class RegexAddressSpecification

  • All Implemented Interfaces:
    RecipientSpecification

    public class RegexAddressSpecification
    extends Object
    implements RecipientSpecification
    RegexAddressSpecification compares the local part of a recipient address with a regular expression and it also requires the remote part to be identical with the specified remote part.
    • Constructor Detail

      • RegexAddressSpecification

        public RegexAddressSpecification()
    • Method Detail

      • toString

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

        public String getLocalPartRegex()
        Category:
        GETSET
      • setLocalPartRegex

        public void setLocalPartRegex​(String localPartRegex)
        Category:
        GETSET
      • getRemotePart

        public String getRemotePart()
        Category:
        GETSET
      • setRemotePart

        public void setRemotePart​(String remotePart)
        Category:
        GETSET