Java application (main() method) that generates the "codenarc-rule-index.md.template" file. which is the markdown file for the Rule Index page of the project web site.
Modifiers | Name | Description |
---|---|---|
protected static java.lang.String |
RULE_INDEX_BY_CATEGORY_FILE |
|
protected static java.lang.String |
RULE_INDEX_BY_NAME_FILE |
|
protected static java.lang.String |
ruleIndexByCategoryFile |
|
protected static java.lang.String |
ruleIndexByNameFile |
Type Params | Return Type | Name and description |
---|---|---|
|
static void |
main(java.lang.String[] args) Write out rule index by rule category to the 'codenarc-rule-index.apt' APT file, and the rule index by name to the 'codenarc-rule-index-by-name.apt' APT file. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |