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:
  • Constructor Details

    • TagScanConfig

      public TagScanConfig()
  • Method Details

    • 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.