Uses of Interface
net.sourceforge.pmd.properties.MultiValuePropertyDescriptor
-
Packages that use MultiValuePropertyDescriptor Package Description net.sourceforge.pmd.lang.rule net.sourceforge.pmd.properties -
-
Uses of MultiValuePropertyDescriptor in net.sourceforge.pmd.lang.rule
Methods in net.sourceforge.pmd.lang.rule with parameters of type MultiValuePropertyDescriptor Modifier and Type Method Description <V> void
AbstractDelegateRule. setProperty(MultiValuePropertyDescriptor<V> propertyDescriptor, V... values)
Deprecated. -
Uses of MultiValuePropertyDescriptor in net.sourceforge.pmd.properties
Classes in net.sourceforge.pmd.properties that implement MultiValuePropertyDescriptor Modifier and Type Class Description class
BooleanMultiProperty
Deprecated.Not useful, will be removed with 7.0.0class
CharacterMultiProperty
Deprecated.Use aPropertyDescriptor<List<Character>>
.class
DoubleMultiProperty
Deprecated.Use aPropertyDescriptor<List<Double>>
instead.class
EnumeratedMultiProperty<E>
Deprecated.Use aPropertyDescriptor<List<E>>
instead.class
FloatMultiProperty
Deprecated.Use aPropertyDescriptor<List<Double>>
instead.class
IntegerMultiProperty
Deprecated.Use aPropertyDescriptor<List<Integer>>
instead.class
LongMultiProperty
Deprecated.Use aPropertyDescriptor<List<Long>>
instead.class
MethodMultiProperty
Deprecated.Will be removed with 7.0.0 with no scheduled replacementclass
StringMultiProperty
Deprecated.Use aPropertyDescriptor<List<String>>
.class
TypeMultiProperty
Deprecated.Will be removed with 7.0.0 with no scheduled replacement yetMethods in net.sourceforge.pmd.properties with parameters of type MultiValuePropertyDescriptor Modifier and Type Method Description <V> void
AbstractPropertySource. setProperty(MultiValuePropertyDescriptor<V> propertyDescriptor, V... values)
Deprecated.<V> void
PropertySource. setProperty(MultiValuePropertyDescriptor<V> propertyDescriptor, V... values)
Deprecated.MultiValuePropertyDescriptor
is deprecated
-