|
||||||||||
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 Object
other
-
public String getErrorMessage()
public String getStatus()
public String getTarget()
public int hashCode()
hashCode
in class Object
public void setErrorMessage(String errorMessage)
errorMessage
- public void setStatus(String status)
status
- public void setTarget(String target)
target
- public String toString()
toString
in class Object
public int getStatusLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |