Package org.apache.james.jspf.core
Class SPF1Record
java.lang.Object
org.apache.james.jspf.core.SPF1Record
The Class represent the SPF1 Record and provide methods to get all directives
and modifiers.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the directives as CollectionReturn the modifiers as Collectioniterator()
Return a single iterator over Directives and Modifiers
-
Constructor Details
-
SPF1Record
public SPF1Record() -
SPF1Record
-
-
Method Details
-
getDirectives
Return the directives as Collection- Returns:
- directives Collection of all qualifier+mechanism which should be used
-
getModifiers
Return the modifiers as Collection- Returns:
- modifiers Collection of all modifiers which should be used
-
getRecord
- Returns:
- the record in its string source format
-
iterator
Return a single iterator over Directives and Modifiers- Returns:
- a chained iterator of the terms
-