Class TagScanConfig

    • Constructor Detail

      • TagScanConfig

        public TagScanConfig()
    • 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.