Groovy Documentation

org.codenarc.ant
Class Report

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

class Report

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

see:
CodeNarcTask
author:
Chris Mair
version:
$Revision: 267 $ - $Date: 2010-01-01 22:17:03 -0500 (Fri, 01 Jan 2010) $


Property Summary
Map options

String title

String toFile

String type

 
Constructor Summary
Report()

 
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


 
Constructor Detail

Report

Report()


 
Method Detail

addConfiguredOption

void addConfiguredOption(ReportOption option)


 

Groovy Documentation