|
||||||||||
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 String |
DEFAULT_VALUE
The default value. |
static String |
DELIMITER
For multi-valued properties, this defines the delimiter of the single values. |
static String |
DESC
The description of the property. |
static String |
DESCRIPTION
The description of the property. |
static String |
LEGAL_PACKAGES
To limit the range of valid values, e.g. to Enums |
static String |
MAX
The maximum allowed value. |
static String |
MIN
The minium allowed value. |
static String |
NAME
The name of the property |
static String |
TYPE
The type of the property. |
static 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 String TYPE
PropertyDescriptorUtil
,
Constant Field Valuespublic static final String NAME
public static final String DESCRIPTION
public static final String DESC
public static final String VALUE
public static final String DEFAULT_VALUE
public static final String DELIMITER
public static final String MIN
public static final String MAX
public static final String LEGAL_PACKAGES
Constructor Detail |
---|
public PropertyDescriptorFields()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |