Class TagExclude
java.lang.Object
org.apache.maven.buildcache.xml.config.TagExclude
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TagScanConfig
Class TagExclude.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the tagName field.voidsetTagName(String tagName) Set the tagName field.
-
Constructor Details
-
TagExclude
public TagExclude()
-
-
Method Details
-
getTagName
Get the tagName field.- Returns:
- String
-
setTagName
Set the tagName field.- Parameters:
tagName- a tagName object.
-