|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.linkcheck.model.LinkcheckFileResult
public class LinkcheckFileResult
An class containing the results of a single check of a link.
| Field Summary | |
|---|---|
static String |
ERROR
Validation result: error. |
static int |
ERROR_LEVEL
Validation result level: error. |
static String |
UNKNOWN
Validation result: unknown. |
static int |
UNKNOWN_LEVEL
Validation result level: unknown. |
static String |
VALID
Validation result: valid. |
static int |
VALID_LEVEL
Validation result level: valid. |
static String |
WARNING
Validation result: warning. |
static int |
WARNING_LEVEL
Validation result level: warning. |
| Constructor Summary | |
|---|---|
LinkcheckFileResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object other)
Method equals. |
String |
getErrorMessage()
Get The error message. |
String |
getStatus()
Get The status. |
int |
getStatusLevel()
Returns the status as an integer. |
String |
getTarget()
Get The target URL. |
int |
hashCode()
Method hashCode. |
void |
setErrorMessage(String errorMessage)
Set The error message. |
void |
setStatus(String status)
Set The status. |
void |
setTarget(String target)
Set The target URL. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ERROR_LEVEL
public static final int WARNING_LEVEL
public static final int VALID_LEVEL
public static final int UNKNOWN_LEVEL
public static final String ERROR
public static final String WARNING
public static final String VALID
public static final String UNKNOWN
| Constructor Detail |
|---|
public LinkcheckFileResult()
| Method Detail |
|---|
public boolean equals(Object other)
equals in class Objectother -
public String getErrorMessage()
public String getStatus()
public String getTarget()
public int hashCode()
hashCode in class Objectpublic void setErrorMessage(String errorMessage)
errorMessage - public void setStatus(String status)
status - public void setTarget(String target)
target - public String toString()
toString in class Objectpublic int getStatusLevel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||