|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.doxia.linkcheck.model.LinkcheckModel
public class LinkcheckModel
The <linkcheck> element is the root
of the linkcheck descriptor.
| Constructor Summary | |
|---|---|
LinkcheckModel()
|
|
| Method Summary | |
|---|---|
void |
addFile(LinkcheckFile linkcheckFile)
Method addFile. |
boolean |
equals(Object other)
Method equals. |
List |
getFiles()
Method getFiles. |
String |
getModelEncoding()
Method getModelEncoding. |
int |
hashCode()
Method hashCode. |
void |
removeFile(LinkcheckFile linkcheckFile)
Method removeFile. |
void |
setFiles(List files)
Set List of <file> elements. |
void |
setModelEncoding(String modelEncoding)
Set an encoding used for reading/writing the model. |
String |
toString()
Method toString. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public LinkcheckModel()
| Method Detail |
|---|
public void addFile(LinkcheckFile linkcheckFile)
linkcheckFile - public boolean equals(Object other)
equals in class Objectother -
public List getFiles()
public String getModelEncoding()
public int hashCode()
hashCode in class Objectpublic void removeFile(LinkcheckFile linkcheckFile)
linkcheckFile - public void setFiles(List files)
<file> elements.
files - public void setModelEncoding(String modelEncoding)
modelEncoding - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||