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 PropertyDescriptorFieldPropertyDescriptorField. getConstant(String name)Deprecated.static PropertyDescriptorFieldPropertyDescriptorField. 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 voidPropertyDescriptorBuilderConversionWrapper.MultiValue.Numeric. populate(T builder, Map<PropertyDescriptorField,String> fields)protected voidPropertyDescriptorBuilderConversionWrapper.MultiValue.Packaged. populate(T builder, Map<PropertyDescriptorField,String> fields)protected voidPropertyDescriptorBuilderConversionWrapper.MultiValue. populate(T builder, Map<PropertyDescriptorField,String> fields)protected voidPropertyDescriptorBuilderConversionWrapper. populate(T builder, Map<PropertyDescriptorField,String> fields)Deprecated.Populates the builder with extracted fields.protected voidPropertyDescriptorBuilderConversionWrapper.SingleValue.Numeric. populate(T builder, Map<PropertyDescriptorField,String> fields)protected voidPropertyDescriptorBuilderConversionWrapper.SingleValue.Packaged. populate(T builder, Map<PropertyDescriptorField,String> fields)protected voidPropertyDescriptorBuilderConversionWrapper.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 voidNumericPropertyModule. addAttributesTo(Map<PropertyDescriptorField,String> attributes)Deprecated.voidPackagedPropertyModule. addAttributesTo(Map<PropertyDescriptorField,String> attributes)Deprecated.String[]PackagedPropertyModule. packageNamesIn(Map<PropertyDescriptorField,String> params)Deprecated.
-