|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecthudson.plugins.checkstyle.rules.Rule
public class Rule
Java Bean class representing a Checkstyle rule.
| Constructor Summary | |
|---|---|
Rule()
Instantiates a new rule. |
|
Rule(java.lang.String name)
Instantiates a new rule. |
|
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns the description of this rule. |
java.lang.String |
getName()
Returns the name of this rule. |
void |
setDescription(Topic topic)
Sets the description of this rule. |
void |
setName(java.lang.String name)
Sets the name of this rule. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Rule()
public Rule(java.lang.String name)
name - the name of the rule| Method Detail |
|---|
public java.lang.String getName()
public void setName(java.lang.String name)
name - the namepublic java.lang.String getDescription()
public void setDescription(Topic topic)
topic - the topic that might contain the description
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||