Groovy Documentation

org.ajoberstar.gradle.jdepend.internal
[Groovy] Class AntJDepend

java.lang.Object
  org.ajoberstar.gradle.jdepend.internal.AntJDepend

class AntJDepend
extends java.lang.Object

A helper class to call the JDepend Ant task.

Authors:
Andrew Oberstar
Version:
0.1.0
0.1.0


Method Summary
java.lang.Object call(groovy.util.AntBuilder ant, org.gradle.api.Project project, java.io.File classesDir, java.io.File resultsFile, boolean ignoreFailures)

Calls the JDepend Ant task

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Method Detail

call

java.lang.Object call(groovy.util.AntBuilder ant, org.gradle.api.Project project, java.io.File classesDir, java.io.File resultsFile, boolean ignoreFailures)
Calls the JDepend Ant task
Parameters:
ant - the ant builder to use
project - the project this is being executed for
classesDir - the directory where the classes to analyze are located
resultsFile - the file to generate the results XML to
ignoreFailures - whether to fail the task if there is an error
Returns:


 

Groovy Documentation