net.sourceforge.pmd
Class PropertyDescriptorFields

java.lang.Object
  extended by net.sourceforge.pmd.PropertyDescriptorFields

public class PropertyDescriptorFields
extends Object

Field names for parsing the properties out of the ruleset xml files.

Author:
Brian Remedios
See Also:
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

TYPE

public static final String TYPE
The type of the property.

See Also:
PropertyDescriptorUtil, Constant Field Values

NAME

public static final String NAME
The name of the property

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
The description of the property.

See Also:
Constant Field Values

DESC

public static final String DESC
The description of the property.

See Also:
Constant Field Values

VALUE

public static final String VALUE
The default value.

See Also:
Constant Field Values

DEFAULT_VALUE

public static final String DEFAULT_VALUE
The default value.

See Also:
Constant Field Values

DELIMITER

public static final String DELIMITER
For multi-valued properties, this defines the delimiter of the single values.

See Also:
Constant Field Values

MIN

public static final String MIN
The minium allowed value.

See Also:
Constant Field Values

MAX

public static final String MAX
The maximum allowed value.

See Also:
Constant Field Values

LEGAL_PACKAGES

public static final String LEGAL_PACKAGES
To limit the range of valid values, e.g. to Enums

See Also:
Constant Field Values
Constructor Detail

PropertyDescriptorFields

public PropertyDescriptorFields()


Copyright © 2002-2015 InfoEther. All Rights Reserved.