Uses of Class
org.hackystat.sensor.ant.task.SourceFiles

Packages that use SourceFiles
org.hackystat.sensor.ant.task Implements a Checkstyle sensor for the Ant build system, which sends Code Issue data generated by the Checkstyle tool to a Hackystat server as CodeIssue sensor data. 
 

Uses of SourceFiles in org.hackystat.sensor.ant.task
 

Fields in org.hackystat.sensor.ant.task with type parameters of type SourceFiles
protected  java.util.List<SourceFiles> HackystatSensorTask.sourceFilesList
          The list of sourcefile element instances found in this task.
 

Methods in org.hackystat.sensor.ant.task that return SourceFiles
 SourceFiles HackystatSensorTask.createSourceFiles()
          Creates a returns a new SourceFiles instance to Ant.