Uses of Class
net.sourceforge.pmd.properties.PropertyDescriptorField
-
Packages that use PropertyDescriptorField Package Description net.sourceforge.pmd.properties net.sourceforge.pmd.properties.builders net.sourceforge.pmd.properties.modules -
-
Uses of PropertyDescriptorField in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return PropertyDescriptorField Modifier and Type Method Description static PropertyDescriptorField
PropertyDescriptorField. getConstant(String name)
Deprecated.static PropertyDescriptorField
PropertyDescriptorField. valueOf(String name)
Deprecated.Returns the enum constant of this type with the specified name.static PropertyDescriptorField[]
PropertyDescriptorField. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sourceforge.pmd.properties that return types with arguments of type PropertyDescriptorField Modifier and Type Method Description Map<PropertyDescriptorField,String>
PropertyDescriptor. attributeValuesById()
Deprecated.Will be removed with 7.0.0 -
Uses of PropertyDescriptorField in net.sourceforge.pmd.properties.builders
Method parameters in net.sourceforge.pmd.properties.builders with type arguments of type PropertyDescriptorField Modifier and Type Method Description PropertyDescriptor<E>
PropertyDescriptorBuilderConversionWrapper. build(Map<PropertyDescriptorField,String> fields)
Deprecated.PropertyDescriptor<E>
PropertyDescriptorExternalBuilder. build(Map<PropertyDescriptorField,String> fields)
Deprecated.Builds a descriptor.protected static String[]
PropertyDescriptorBuilderConversionWrapper. legalPackageNamesIn(Map<PropertyDescriptorField,String> valuesById, char delimiter)
Deprecated.protected void
PropertyDescriptorBuilderConversionWrapper.MultiValue.Numeric. populate(T builder, Map<PropertyDescriptorField,String> fields)
protected void
PropertyDescriptorBuilderConversionWrapper.MultiValue.Packaged. populate(T builder, Map<PropertyDescriptorField,String> fields)
protected void
PropertyDescriptorBuilderConversionWrapper.MultiValue. populate(T builder, Map<PropertyDescriptorField,String> fields)
protected void
PropertyDescriptorBuilderConversionWrapper. populate(T builder, Map<PropertyDescriptorField,String> fields)
Deprecated.Populates the builder with extracted fields.protected void
PropertyDescriptorBuilderConversionWrapper.SingleValue.Numeric. populate(T builder, Map<PropertyDescriptorField,String> fields)
protected void
PropertyDescriptorBuilderConversionWrapper.SingleValue.Packaged. populate(T builder, Map<PropertyDescriptorField,String> fields)
protected void
PropertyDescriptorBuilderConversionWrapper.SingleValue. populate(T builder, Map<PropertyDescriptorField,String> fields)
-
Uses of PropertyDescriptorField in net.sourceforge.pmd.properties.modules
Method parameters in net.sourceforge.pmd.properties.modules with type arguments of type PropertyDescriptorField Modifier and Type Method Description void
NumericPropertyModule. addAttributesTo(Map<PropertyDescriptorField,String> attributes)
Deprecated.void
PackagedPropertyModule. addAttributesTo(Map<PropertyDescriptorField,String> attributes)
Deprecated.String[]
PackagedPropertyModule. packageNamesIn(Map<PropertyDescriptorField,String> params)
Deprecated.
-