org.codehaus.mojo.taglist.output
Class TagListXMLFile

java.lang.Object
  extended by org.codehaus.mojo.taglist.output.TagListXMLFile
All Implemented Interfaces:
Serializable

public class TagListXMLFile
extends Object
implements Serializable

The file a tag was found within.

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

Constructor Summary
TagListXMLFile()
           
 
Method Summary
 void addComment(TagListXMLComment tagListXMLComment)
          Method addComment.
 List getComments()
          Method getComments.
 String getCount()
          Get the count field.
 String getName()
          Get the name field.
 void removeComment(TagListXMLComment tagListXMLComment)
          Method removeComment.
 void setComments(List comments)
          Set the comments field.
 void setCount(String count)
          Set the count field.
 void setName(String name)
          Set the name field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagListXMLFile

public TagListXMLFile()
Method Detail

addComment

public void addComment(TagListXMLComment tagListXMLComment)
Method addComment.

Parameters:
tagListXMLComment -

getComments

public List getComments()
Method getComments.

Returns:
List

getCount

public String getCount()
Get the count field.

Returns:
String

getName

public String getName()
Get the name field.

Returns:
String

removeComment

public void removeComment(TagListXMLComment tagListXMLComment)
Method removeComment.

Parameters:
tagListXMLComment -

setComments

public void setComments(List comments)
Set the comments field.

Parameters:
comments -

setCount

public void setCount(String count)
Set the count field.

Parameters:
count -

setName

public void setName(String name)
Set the name field.

Parameters:
name -


Copyright © 2005-2012 Codehaus. All Rights Reserved.