org.apache.james.jspf.parser |
|
Java Source File Name | Type | Comment |
MatcherBasedConfiguration.java | Class | |
RFC4408SPF1Parser.java | Class | 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.
The parsing is modular and get informations from Mechanism and Modifiers
classes declared in the org/apache/james/jspf/parser/jspf.default.terms file.
Each term implementation provide its own REGEX in the REGEX static public
field. |
TermDefinition.java | Interface | A term definition contains everything needed to match and create
new Terms implementations. |
TermsFactory.java | Interface | |