Groovy Documentation

groovy.org.codenarc.ant
[Groovy] Class Report

java.lang.Object
  groovy.org.codenarc.ant.Report

class Report

JavaBean class holding the properties for a element with the CodeNarc Ant Task.

Authors:
Chris Mair
See Also:
CodeNarcTask


Property Summary
Map options

String title

@deprecated Use option elements instead

String toFile

@deprecated Use option elements instead

String type

 
Method Summary
void addConfiguredOption(ReportOption option)

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

Property Detail

options

final Map options


title

String title
deprecated:
Use option elements instead


toFile

String toFile
deprecated:
Use option elements instead


type

String type


 
Method Detail

addConfiguredOption

void addConfiguredOption(ReportOption option)


 

Groovy Documentation