Class FilesystemSourceAnalyzer

    • Constructor Detail

      • FilesystemSourceAnalyzer

        public FilesystemSourceAnalyzer()
    • 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
      • invokeMethod

        public java.lang.Object invokeMethod​(java.lang.String method,
                                             java.lang.Object arguments)
        Specified by:
        invokeMethod in interface groovy.lang.GroovyObject
        Overrides:
        invokeMethod in class AbstractSourceAnalyzer
      • getProperty

        public java.lang.Object getProperty​(java.lang.String property)
        Specified by:
        getProperty in interface groovy.lang.GroovyObject
        Overrides:
        getProperty in class AbstractSourceAnalyzer
      • setProperty

        public void setProperty​(java.lang.String property,
                                java.lang.Object value)
        Specified by:
        setProperty in interface groovy.lang.GroovyObject
        Overrides:
        setProperty in class AbstractSourceAnalyzer
      • getSEP

        public static java.lang.String getSEP()
      • getDEFAULT_INCLUDES

        public static java.lang.String getDEFAULT_INCLUDES()
      • getBaseDirectory

        public java.lang.String getBaseDirectory()
      • setBaseDirectory

        public void setBaseDirectory​(java.lang.String value)
      • getIncludes

        public java.lang.String getIncludes()
      • setIncludes

        public void setIncludes​(java.lang.String value)
      • getExcludes

        public java.lang.String getExcludes()
      • setExcludes

        public void setExcludes​(java.lang.String value)
      • getSourceDirectories

        public java.util.List getSourceDirectories()
      • matches

        protected boolean matches​(SourceCode sourceFile)
      • initializeWildcardPatterns

        protected void initializeWildcardPatterns()