org.codehaus.mojo.taglist.output
Class TagListXMLTag

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

public class TagListXMLTag
extends Object
implements Serializable

A specific tag defined by the user.

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

Constructor Summary
TagListXMLTag()
           
 
Method Summary
 void addFile(TagListXMLFile tagListXMLFile)
          Method addFile.
 String getCount()
          Get the count field.
 List getFiles()
          Method getFiles.
 String getName()
          Get the name of the tag.
 void removeFile(TagListXMLFile tagListXMLFile)
          Method removeFile.
 void setCount(String count)
          Set the count field.
 void setFiles(List files)
          Set the files field.
 void setName(String name)
          Set the name of the tag.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagListXMLTag

public TagListXMLTag()
Method Detail

addFile

public void addFile(TagListXMLFile tagListXMLFile)
Method addFile.

Parameters:
tagListXMLFile -

getCount

public String getCount()
Get the count field.

Returns:
String

getFiles

public List getFiles()
Method getFiles.

Returns:
List

getName

public String getName()
Get the name of the tag.

Returns:
String

removeFile

public void removeFile(TagListXMLFile tagListXMLFile)
Method removeFile.

Parameters:
tagListXMLFile -

setCount

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

Parameters:
count -

setFiles

public void setFiles(List files)
Set the files field.

Parameters:
files -

setName

public void setName(String name)
Set the name of the tag.

Parameters:
name -


Copyright © 2005-2014 Codehaus. All Rights Reserved.