org.codehaus.mojo.taglist.output
Class TagListXMLReport

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

public class TagListXMLReport
extends Object
implements Serializable

The TagList report in XML format.

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

Constructor Summary
TagListXMLReport()
           
 
Method Summary
 void addTag(TagListXMLTag tagListXMLTag)
          Method addTag.
 String getModelEncoding()
          Get the modelEncoding field.
 List getTags()
          Method getTags.
 void removeTag(TagListXMLTag tagListXMLTag)
          Method removeTag.
 void setModelEncoding(String modelEncoding)
          Set the modelEncoding field.
 void setTags(List tags)
          Set the tags field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagListXMLReport

public TagListXMLReport()
Method Detail

addTag

public void addTag(TagListXMLTag tagListXMLTag)
Method addTag.

Parameters:
tagListXMLTag -

getModelEncoding

public String getModelEncoding()
Get the modelEncoding field.

Returns:
String

getTags

public List getTags()
Method getTags.

Returns:
List

removeTag

public void removeTag(TagListXMLTag tagListXMLTag)
Method removeTag.

Parameters:
tagListXMLTag -

setModelEncoding

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

Parameters:
modelEncoding -

setTags

public void setTags(List tags)
Set the tags field.

Parameters:
tags -


Copyright © 2005-2014 Codehaus. All Rights Reserved.