|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.linkcheck.validation.LinkValidationItem
public class LinkValidationItem
| Constructor Summary | |
|---|---|
LinkValidationItem(File src,
String lnk)
Constructor: initializes the source and link. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getLink()
Returns the link. |
File |
getSource()
Returns the source file. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkValidationItem(File src,
String lnk)
src - The source file, cannot be null.lnk - The link, cannot be null.| Method Detail |
|---|
public String getLink()
public File getSource()
public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||