Movatterモバイル変換


[0]ホーム

URL:


JDepend

Table of Contents

Properties
Methods
Script blocks
Property details
Method details
Script block details
API Documentation:JDepend

Note: This class isdeprecated and will be removed in the next major version of Gradle.

Analyzes code withJDepend.

Properties

PropertyDescription
classesDirs

The directories containing the classes to be analyzed.

jdependClasspath

The class path containing the JDepend library to be used.

reports

The reports to be generated by this task.

Methods

MethodDescription
reports(configureAction)

Configures the reports to be generated by this task.The contained reports can be configured by name and closures. Example:

Script blocks

BlockDescription
reports

Configures the reports to be generated by this task.The contained reports can be configured by name and closures. Example:

Property details

FileCollectionclassesDirs

The directories containing the classes to be analyzed.

Default withjdepend plugin:
sourceSet.output.classesDirs

FileCollectionjdependClasspath

The class path containing the JDepend library to be used.

Default withjdepend plugin:
project.configurations.jdepend

JDependReportsreports (read-only)

The reports to be generated by this task.

Method details

JDependReportsreports(Action<? superJDependReports> configureAction)

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"    }  }}

Script block details

reports { }

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"    }  }}
Delegates to:
JDependReports fromreports

[8]ページ先頭

©2009-2025 Movatter.jp