org.codehaus.mojo.taglist.options
Class Tag

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

public class Tag
extends Object
implements Serializable

The options for the specific tag.

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

Constructor Summary
Tag()
           
 
Method Summary
 String getMatchString()
          Get the string to be used in the TagList search.
 String getMatchType()
          Get the type of comparison to perform on the string.
 void setMatchString(String matchString)
          Set the string to be used in the TagList search.
 void setMatchType(String matchType)
          Set the type of comparison to perform on the string.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tag

public Tag()
Method Detail

getMatchString

public String getMatchString()
Get the string to be used in the TagList search.

Returns:
String

getMatchType

public String getMatchType()
Get the type of comparison to perform on the string. Options: exact, ignoreCase, regEx Default = exact.

Returns:
String

setMatchString

public void setMatchString(String matchString)
Set the string to be used in the TagList search.

Parameters:
matchString -

setMatchType

public void setMatchType(String matchType)
Set the type of comparison to perform on the string. Options: exact, ignoreCase, regEx Default = exact.

Parameters:
matchType -


Copyright © 2005-2014 Codehaus. All Rights Reserved.