Package org.apache.james.jspf.parser


package org.apache.james.jspf.parser
  • Class
    Description
    Provides a MatchResult view of a subset of another MatchResult
    This class is used to parse SPF1-Records from their textual form to an SPF1Record object that is composed by 2 collections: directives and modifiers.
    A term definition contains everything needed to match and create new Terms implementations.
    A TermsFactory define the list of known TermDefinition and create new Terms based on its own Definition and a Configuration