|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.james.jspf.core.SPF1Record
public class SPF1Record
The Class represent the SPF1 Record and provide methods to get all directives and modifiers.
| Constructor Summary | |
|---|---|
SPF1Record()
|
|
SPF1Record(String record)
|
|
| Method Summary | |
|---|---|
List<Directive> |
getDirectives()
Return the directives as Collection |
List<Modifier> |
getModifiers()
Return the modifiers as Collection |
String |
getRecord()
|
Iterator<SPFChecker> |
iterator()
Return a single iterator over Directives and Modifiers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SPF1Record()
public SPF1Record(String record)
| Method Detail |
|---|
public List<Directive> getDirectives()
public List<Modifier> getModifiers()
public String getRecord()
public Iterator<SPFChecker> iterator()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||