Class DirectorySourceAnalyzer

    • Constructor Detail

      • DirectorySourceAnalyzer

        public DirectorySourceAnalyzer()
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        getMetaClass in class AbstractSourceAnalyzer
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
        Overrides:
        setMetaClass in class AbstractSourceAnalyzer
      • getSEP

        public static Object getSEP()
      • getBaseDirectory

        public String getBaseDirectory()
      • setBaseDirectory

        public void setBaseDirectory​(String value)
      • setSourceDirectories

        public void setSourceDirectories​(List value)
      • getApplyToFilesMatching

        public String getApplyToFilesMatching()
      • setApplyToFilesMatching

        public void setApplyToFilesMatching​(String value)
      • getDoNotApplyToFilesMatching

        public String getDoNotApplyToFilesMatching()
      • setDoNotApplyToFilesMatching

        public void setDoNotApplyToFilesMatching​(String value)
      • getApplyToFileNames

        public String getApplyToFileNames()
      • setApplyToFileNames

        public void setApplyToFileNames​(String value)
      • getDoNotApplyToFileNames

        public String getDoNotApplyToFileNames()
      • setDoNotApplyToFileNames

        public void setDoNotApplyToFileNames​(String value)