|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.maven.plugin.linkcheck.LinkCheckResult
An class containing the results of a single check of a link.
| Constructor Summary | |
LinkCheckResult()
|
|
| Method Summary | |
String |
getErrorMessage()
|
String |
getStatus()
Returns the status. |
String |
getTarget()
Returns the target. |
void |
setErrorMessage(String errorMessage)
|
void |
setStatus(String status)
Sets the status. |
void |
setTarget(String target)
Sets the target. |
String |
toXML()
Creates an XML representation of this link check result |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LinkCheckResult()
| Method Detail |
public String getStatus()
public void setStatus(String status)
status - The status to setpublic String getTarget()
public void setTarget(String target)
target - The target to setpublic String getErrorMessage()
public void setErrorMessage(String errorMessage)
errorMessage - The errorMessage to set.public String toXML()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||