|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.codenarc.ruleset.XmlReaderRuleSet
class XmlReaderRuleSet
A RuleSet implementation that parses Rule definitions from XML read from a
Reader. Note that this class attempts to read and parse the XML from within
the constructor.
| Constructor Summary | |
XmlReaderRuleSet(Reader reader)
Construct a new instance on the specified Reader |
|
| Method Summary | |
|---|---|
List
|
getRules()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Constructor Detail |
|---|
public XmlReaderRuleSet(Reader reader)
| Method Detail |
|---|
List getRules()
Groovy Documentation