|
||||||||||
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(java.lang.String record)
|
Method Summary | |
---|---|
java.util.List |
getDirectives()
Return the directives as Collection |
java.util.List |
getModifiers()
Return the modifiers as Collection |
java.lang.String |
getRecord()
|
java.util.Iterator |
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(java.lang.String record)
Method Detail |
---|
public java.util.List getDirectives()
public java.util.List getModifiers()
public java.lang.String getRecord()
public java.util.Iterator iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |