Groovy Documentation

org.codenarc.tool
[Groovy] Class GenerateRuleIndexPage

java.lang.Object
  org.codenarc.tool.GenerateRuleIndexPage

class GenerateRuleIndexPage

Java application (main() method) that generates the "codenarc-rule-index.apt.template" file. which is the APT file for the Rule Index page of the project web site.

Authors:
Chris Mair
Version:
\$Revision: 635 \$ - \$Date: 2011-03-05 14:33:52 -0500 (Sat, 05 Mar 2011) \$


Field Summary
protected static def RULE_INDEX_FILE

protected static def ruleIndexFile

 
Method Summary
static void main(String[] args)

Write out all current rule index to the 'codenarc-rule-index.apt' APT file

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

Field Detail

RULE_INDEX_FILE

protected static final def RULE_INDEX_FILE


ruleIndexFile

protected static def ruleIndexFile


 
Method Detail

main

static void main(String[] args)
Write out all current rule index to the 'codenarc-rule-index.apt' APT file
Parameters:
args - - command-line args (not used)


 

Groovy Documentation