org.codehaus.mojo.taglist.options
Class TagClass

java.lang.Object
  extended by org.codehaus.mojo.taglist.options.TagClass
All Implemented Interfaces:
Serializable

public class TagClass
extends Object
implements Serializable

The options for the specific tag class.

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

Constructor Summary
TagClass()
           
 
Method Summary
 void addTag(Tag tag)
          Method addTag.
 String getDisplayName()
          Get the name to display for this tag class in the output HTML.
 List getTags()
          Method getTags.
 void removeTag(Tag tag)
          Method removeTag.
 void setDisplayName(String displayName)
          Set the name to display for this tag class in the output HTML.
 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

TagClass

public TagClass()
Method Detail

addTag

public void addTag(Tag tag)
Method addTag.

Parameters:
tag -

getDisplayName

public String getDisplayName()
Get the name to display for this tag class in the output HTML.

Returns:
String

getTags

public List getTags()
Method getTags.

Returns:
List

removeTag

public void removeTag(Tag tag)
Method removeTag.

Parameters:
tag -

setDisplayName

public void setDisplayName(String displayName)
Set the name to display for this tag class in the output HTML.

Parameters:
displayName -

setTags

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

Parameters:
tags -


Copyright © 2005-2012 Codehaus. All Rights Reserved.