Class JDepend

    • Constructor Detail

      • JDepend

        public JDepend()
        Deprecated.
    • Method Detail

      • setClassesDirs

        public void setClassesDirs​(FileCollection classesDirs)
        Deprecated.
        The directories containing the classes to be analyzed.
        Since:
        4.0
      • getObjectFactory

        @Inject
        protected ObjectFactory getObjectFactory()
        Deprecated.
      • getAntBuilder

        @Inject
        public org.gradle.api.internal.project.IsolatedAntBuilder getAntBuilder()
        Deprecated.
      • reports

        public JDependReports reports​(Closure closure)
        Deprecated.
        Configures the reports to be generated by this task. The contained reports can be configured by name and closures. Example:
         jdependTask {
           reports {
             xml {
               destination "build/jdepend.xml"
             }
           }
         }
         
        Specified by:
        reports in interface Reporting<JDependReports>
        Parameters:
        closure - The configuration
        Returns:
        The reports container
      • reports

        public JDependReports reports​(Action<? super JDependReports> configureAction)
        Deprecated.
        Configures the reports to be generated by this task. The contained reports can be configured by name and closures. Example:
         jdependTask {
           reports {
             xml {
               destination "build/jdepend.xml"
             }
           }
         }
         
        Specified by:
        reports in interface Reporting<JDependReports>
        Parameters:
        configureAction - The configuration
        Returns:
        The reports container
      • run

        public void run()
        Deprecated.
      • getJdependClasspath

        @Classpath
        public FileCollection getJdependClasspath()
        Deprecated.
        The class path containing the JDepend library to be used.
      • setJdependClasspath

        public void setJdependClasspath​(FileCollection jdependClasspath)
        Deprecated.
        The class path containing the JDepend library to be used.