|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.pmd.PropertyDescriptorFields
public class PropertyDescriptorFields
Field names for parsing the properties out of the ruleset xml files.
RuleSetFactory| Field Summary | |
|---|---|
static java.lang.String |
DEFAULT_VALUE
The default value. |
static java.lang.String |
DELIMITER
For multi-valued properties, this defines the delimiter of the single values. |
static java.lang.String |
DESC
The description of the property. |
static java.lang.String |
DESCRIPTION
The description of the property. |
static java.lang.String |
LEGAL_PACKAGES
To limit the range of valid values, e.g. |
static java.lang.String |
MAX
The maximum allowed value. |
static java.lang.String |
MIN
The minium allowed value. |
static java.lang.String |
NAME
The name of the property |
static java.lang.String |
TYPE
The type of the property. |
static java.lang.String |
VALUE
The default value. |
| Constructor Summary | |
|---|---|
PropertyDescriptorFields()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String TYPE
PropertyDescriptorUtil,
Constant Field Valuespublic static final java.lang.String NAME
public static final java.lang.String DESCRIPTION
public static final java.lang.String DESC
public static final java.lang.String VALUE
public static final java.lang.String DEFAULT_VALUE
public static final java.lang.String DELIMITER
public static final java.lang.String MIN
public static final java.lang.String MAX
public static final java.lang.String LEGAL_PACKAGES
| Constructor Detail |
|---|
public PropertyDescriptorFields()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||