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