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) \$
Method Summary |
static void
|
main(String[] args)
Write out all current rule index to the 'codenarc-rule-index.apt' APT file
|
RULE_INDEX_FILE
protected static final def RULE_INDEX_FILE
-
ruleIndexFile
protected static def ruleIndexFile
-
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