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> voidAbstractDelegateRule. 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 classBooleanMultiPropertyDeprecated.Not useful, will be removed with 7.0.0classCharacterMultiPropertyDeprecated.Use aPropertyDescriptor<List<Character>>.classDoubleMultiPropertyDeprecated.Use aPropertyDescriptor<List<Double>>instead.classEnumeratedMultiProperty<E>Deprecated.Use aPropertyDescriptor<List<E>>instead.classFloatMultiPropertyDeprecated.Use aPropertyDescriptor<List<Double>>instead.classIntegerMultiPropertyDeprecated.Use aPropertyDescriptor<List<Integer>>instead.classLongMultiPropertyDeprecated.Use aPropertyDescriptor<List<Long>>instead.classMethodMultiPropertyDeprecated.Will be removed with 7.0.0 with no scheduled replacementclassStringMultiPropertyDeprecated.Use aPropertyDescriptor<List<String>>.classTypeMultiPropertyDeprecated.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> voidAbstractPropertySource. setProperty(MultiValuePropertyDescriptor<V> propertyDescriptor, V... values)Deprecated.<V> voidPropertySource. setProperty(MultiValuePropertyDescriptor<V> propertyDescriptor, V... values)Deprecated.MultiValuePropertyDescriptoris deprecated
-