public class SPF1Record extends Object
Constructor and Description |
---|
SPF1Record() |
SPF1Record(String record) |
Modifier and Type | Method and Description |
---|---|
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
|
public SPF1Record()
public SPF1Record(String record)
public List<Directive> getDirectives()
public List<Modifier> getModifiers()
public String getRecord()
public Iterator<SPFChecker> iterator()
Copyright © 2006–2016 The Apache Software Foundation. All rights reserved.