org.apache.maven.doxia.linkcheck.model
Class LinkcheckModel

java.lang.Object
  extended by org.apache.maven.doxia.linkcheck.model.LinkcheckModel
All Implemented Interfaces:
Serializable

public class LinkcheckModel
extends Object
implements Serializable

The <linkcheck> element is the root of the linkcheck descriptor.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
LinkcheckModel()
           
 
Method Summary
 void addFile(LinkcheckFile linkcheckFile)
          Method addFile.
 boolean equals(Object other)
          Method equals.
 List getFiles()
          Method getFiles.
 String getModelEncoding()
          Get the modelEncoding field.
 int hashCode()
          Method hashCode.
 void removeFile(LinkcheckFile linkcheckFile)
          Method removeFile.
 void setFiles(List files)
          Set list of <file> elements.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 String toString()
          Method toString.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkcheckModel

public LinkcheckModel()
Method Detail

addFile

public void addFile(LinkcheckFile linkcheckFile)
Method addFile.

Parameters:
linkcheckFile -

equals

public boolean equals(Object other)
Method equals.

Overrides:
equals in class Object
Parameters:
other -
Returns:
boolean

getFiles

public List getFiles()
Method getFiles.

Returns:
List

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

hashCode

public int hashCode()
Method hashCode.

Overrides:
hashCode in class Object
Returns:
int

removeFile

public void removeFile(LinkcheckFile linkcheckFile)
Method removeFile.

Parameters:
linkcheckFile -

setFiles

public void setFiles(List files)
Set list of <file> elements.

Parameters:
files -

setModelEncoding

public void setModelEncoding(String modelEncoding)
Set the modelEncoding field.

Parameters:
modelEncoding -

toString

public String toString()
Method toString.

Overrides:
toString in class Object
Returns:
String


Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.