Groovy Documentation

groovy.org.codenarc.tool
[Groovy] Class GenerateRuleIndexPage

java.lang.Object
  groovy.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


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