Klasse CheckStyleRules
java.lang.Object
edu.hm.hafner.analysis.parser.checkstyle.CheckStyleRules
Reads the meta data of the Checkstyle rules from the DocBook files of the Checkstyle distribution.
- Autor:
- Ullrich Hafner
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunggetDescription(String name) Returns the description of the Checkstyle rule with the specified name.Returns the Checkstyle rule with the specified name.getRules()Returns all Checkstyle rules.
-
Konstruktordetails
-
CheckStyleRules
public CheckStyleRules()Loads the available rules into a map.
-
-
Methodendetails
-
getRules
Returns all Checkstyle rules.- Gibt zurück:
- all Checkstyle rules
-
getRule
Returns the Checkstyle rule with the specified name.- Parameter:
name- the name of the rule- Gibt zurück:
- the Checkstyle rule with the specified name.
-
getDescription
Returns the description of the Checkstyle rule with the specified name.- Parameter:
name- the name of the rule- Gibt zurück:
- the description for the specified rule
-