class JDepend extends DefaultTask
Analyzes code with JDepend.
Type | Name and description |
---|---|
File |
classesDir The directory containing the classes to be analyzed. |
FileCollection |
jdependClasspath The class path containing the JDepend library to be used. |
Constructor and description |
---|
JDepend
() |
Type | Name and description |
---|---|
IsolatedAntBuilder |
getAntBuilder() |
File |
getClassesDir() Returns the directory containing the classes to be analyzed. |
Instantiator |
getInstantiator() |
JDependReports |
getReports() The reports to be generated by this task. |
JDependReports |
reports(Closure closure) Configures the reports to be generated by this task. |
void |
run() |
The directory containing the classes to be analyzed.
The class path containing the JDepend library to be used.
Returns the directory containing the classes to be analyzed.
The reports to be generated by this task.
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" } } }
closure
- The configurationGradle API 2.0