Class TagExclude

java.lang.Object
org.apache.maven.buildcache.xml.config.TagExclude
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TagScanConfig

public class TagExclude extends Object implements Serializable
Class TagExclude.
Version:
$Revision$ $Date$
See Also:
  • Constructor Details

    • TagExclude

      public TagExclude()
  • Method Details

    • getTagName

      public String getTagName()
      Get the tagName field.
      Returns:
      String
    • setTagName

      public void setTagName(String tagName)
      Set the tagName field.
      Parameters:
      tagName - a tagName object.