Groovy Documentation

org.gradle.api.plugins.quality
Class AntCheckstyle

java.lang.Object
  org.gradle.api.plugins.quality.AntCheckstyle

class AntCheckstyle

Constructor Summary
AntCheckstyle()

 
Method Summary
def checkstyle(AntBuilder ant, FileCollection source, java.io.File configFile, java.io.File resultFile, AntBuilderAware classpath, java.util.Map properties)

 
Methods inherited from class java.lang.Object
wait, wait, wait, hashCode, getClass, equals, toString, notify, notifyAll
 

Constructor Detail

AntCheckstyle

AntCheckstyle()


 
Method Detail

checkstyle

public def checkstyle(AntBuilder ant, FileCollection source, java.io.File configFile, java.io.File resultFile, AntBuilderAware classpath, java.util.Map properties)


 

Groovy Documentation