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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TagExclude()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTagName()
Get the tagName field.void
setTagName(String tagName)
Set the tagName field.
-