Class TagScanConfig
java.lang.Object
org.apache.maven.buildcache.xml.config.TagExclude
org.apache.maven.buildcache.xml.config.TagScanConfig
- All Implemented Interfaces:
Serializable
Class TagScanConfig.
- Version:
- $Revision$ $Date$
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetGlob()Get the glob field.booleanGet the recursive field.voidSet the glob field.voidsetRecursive(boolean recursive) Set the recursive field.Methods inherited from class org.apache.maven.buildcache.xml.config.TagExclude
getTagName, setTagName
-
Constructor Details
-
TagScanConfig
public TagScanConfig()
-
-
Method Details
-
getGlob
Get the glob field.- Returns:
- String
-
isRecursive
public boolean isRecursive()Get the recursive field.- Returns:
- boolean
-
setGlob
Set the glob field.- Parameters:
glob- a glob object.
-
setRecursive
public void setRecursive(boolean recursive) Set the recursive field.- Parameters:
recursive- a recursive object.
-