添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

Uses of PropertyDescriptor in net.sourceforge.pmd.lang

Fields in net.sourceforge.pmd.lang declared as PropertyDescriptor Modifier and Type Field Description static PropertyDescriptor < String > JvmLanguagePropertyBundle. AUX_CLASSPATH static PropertyDescriptor < String > LanguagePropertyBundle. SUPPRESS_MARKER Methods in net.sourceforge.pmd.lang with parameters of type PropertyDescriptor Modifier and Type Method Description <T> void JvmLanguagePropertyBundle. setProperty ​( PropertyDescriptor <T> propertyDescriptor, T value)

Uses of PropertyDescriptor in net.sourceforge.pmd.lang.rule

Fields in net.sourceforge.pmd.lang.rule declared as PropertyDescriptor Modifier and Type Field Description static PropertyDescriptor < XPathVersion > XPathRule. VERSION_DESCRIPTOR
Deprecated. Methods in net.sourceforge.pmd.lang.rule that return types with arguments of type PropertyDescriptor Modifier and Type Method Description Map < PropertyDescriptor <?>,​ Object > RuleReference. getOverriddenPropertiesByPropertyDescriptor () List < PropertyDescriptor <?>> RuleReference. getOverriddenPropertyDescriptors () Map < PropertyDescriptor <?>,​ Object > AbstractDelegateRule. getPropertiesByPropertyDescriptor ()
Deprecated.
List < PropertyDescriptor <?>> AbstractDelegateRule. getPropertyDescriptors ()
Deprecated.
Methods in net.sourceforge.pmd.lang.rule with parameters of type PropertyDescriptor Modifier and Type Method Description AbstractDelegateRule. definePropertyDescriptor ​( PropertyDescriptor <?> propertyDescriptor)
Deprecated.
RuleReference. definePropertyDescriptor ​( PropertyDescriptor <?> propertyDescriptor) AbstractDelegateRule. getProperty ​( PropertyDescriptor <T> propertyDescriptor)
Deprecated.
boolean AbstractDelegateRule. hasDescriptor ​( PropertyDescriptor <?> descriptor)
Deprecated.
boolean RuleReference. hasDescriptor ​( PropertyDescriptor <?> descriptor) boolean RuleReference. hasOverriddenProperty ​( PropertyDescriptor <?> descriptor)
Deprecated. boolean AbstractDelegateRule. isPropertyOverridden ​( PropertyDescriptor <?> propertyDescriptor)
Deprecated.
boolean RuleReference. isPropertyOverridden ​( PropertyDescriptor <?> descriptor) <T> void AbstractDelegateRule. setProperty ​( PropertyDescriptor <T> propertyDescriptor, T value)
Deprecated.
<T> void RuleReference. setProperty ​( PropertyDescriptor <T> propertyDescriptor, T value)

Uses of PropertyDescriptor in net.sourceforge.pmd.properties

Subinterfaces of PropertyDescriptor in net.sourceforge.pmd.properties Modifier and Type Interface Description interface EnumeratedPropertyDescriptor <E,​T>
Deprecated.
Will be removed with 7.0.0.
Classes in net.sourceforge.pmd.properties that implement PropertyDescriptor Modifier and Type Class Description class BooleanMultiProperty
Deprecated.
Not useful, will be removed with 7.0.0
Fields in net.sourceforge.pmd.properties with type parameters of type PropertyDescriptor Modifier and Type Field Description protected List < PropertyDescriptor <?>> AbstractPropertySource. propertyDescriptors
Deprecated.
Will be made private final
protected Map < PropertyDescriptor <?>,​ Object > AbstractPropertySource. propertyValuesByDescriptor
Deprecated.
Will be made private final
Methods in net.sourceforge.pmd.properties that return PropertyDescriptor Modifier and Type Method Description abstract PropertyDescriptor < T > PropertyBuilder. build ()
Builds the descriptor and returns it.
PropertyDescriptor < C > PropertyBuilder.GenericCollectionPropertyBuilder. build () PropertyDescriptor <?> AbstractPropertySource. getPropertyDescriptor ​( String name) PropertyDescriptor <?> PropertySource. getPropertyDescriptor ​( String name)
Get the PropertyDescriptor for the given property name.
Methods in net.sourceforge.pmd.properties that return types with arguments of type PropertyDescriptor Modifier and Type Method Description protected List < PropertyDescriptor <?>> AbstractPropertySource. copyPropertyDescriptors ()
Deprecated. protected Map < PropertyDescriptor <?>,​ Object > AbstractPropertySource. copyPropertyValues ()
Deprecated. Map < PropertyDescriptor <?>,​ Object > PropertySource. getOverriddenPropertiesByPropertyDescriptor ()
Returns a modifiable map of the property descriptors that don't use default values, to their overridden value.
List < PropertyDescriptor <?>> AbstractPropertySource. getOverriddenPropertyDescriptors () List < PropertyDescriptor <?>> PropertySource. getOverriddenPropertyDescriptors ()
Returns a modifiable list of the property descriptors that don't use default values.
Map < PropertyDescriptor <?>,​ Object > AbstractPropertySource. getPropertiesByPropertyDescriptor () Map < PropertyDescriptor <?>,​ Object > PropertySource. getPropertiesByPropertyDescriptor ()
Returns an unmodifiable map of descriptors to property values for the current receiver.
List < PropertyDescriptor <?>> AbstractPropertySource. getPropertyDescriptors () List < PropertyDescriptor <?>> PropertySource. getPropertyDescriptors ()
Get the descriptors of all defined properties.
Methods in net.sourceforge.pmd.properties with parameters of type PropertyDescriptor Modifier and Type Method Description PropertyDescriptor. compareTo ​( PropertyDescriptor <?> o)
Deprecated.
Comparing property descriptors is not useful within PMD
PropertySource. definePropertyDescriptor ​( PropertyDescriptor <?> propertyDescriptor)
Defines a new property.
AbstractPropertySource. getProperty ​( PropertyDescriptor <T> propertyDescriptor) PropertySource. getProperty ​( PropertyDescriptor <T> propertyDescriptor)
Get the typed value for the given property.
boolean AbstractPropertySource. hasDescriptor ​( PropertyDescriptor <?> descriptor) boolean PropertySource. hasDescriptor ​( PropertyDescriptor <?> descriptor)
Returns whether the specified property is defined on this property source, in which case it can be set or retrieved with PropertySource.getProperty(PropertyDescriptor) and PropertySource.setProperty(PropertyDescriptor, Object) .
boolean AbstractPropertySource. isPropertyOverridden ​( PropertyDescriptor <?> propertyDescriptor) boolean PropertySource. isPropertyOverridden ​( PropertyDescriptor <?> propertyDescriptor)
Returns true if the given property has been set to a value somewhere in the XML.
<T> void AbstractPropertySource. setProperty ​( PropertyDescriptor <T> propertyDescriptor, T value) <T> void PropertySource. setProperty ​( PropertyDescriptor <T> propertyDescriptor, T value)
Set the property value specified.

Uses of PropertyDescriptor in net.sourceforge.pmd.properties.builders

Methods in net.sourceforge.pmd.properties.builders that return PropertyDescriptor Modifier and Type Method Description abstract PropertyDescriptor < E > PropertyDescriptorBuilder. build ()
Deprecated.
Builds the descriptor and returns it.
PropertyDescriptor < E > PropertyDescriptorBuilderConversionWrapper. build ​( Map < PropertyDescriptorField ,​ String > fields)
Deprecated.
PropertyDescriptor < E > PropertyDescriptorExternalBuilder. build ​( Map < PropertyDescriptorField ,​ String > fields)
Deprecated.
Builds a descriptor.

Uses of PropertyDescriptor in net.sourceforge.pmd.renderers

Fields in net.sourceforge.pmd.renderers declared as PropertyDescriptor Modifier and Type Field Description static PropertyDescriptor < String > IDEAJRenderer. CLASS_AND_METHOD_NAME static PropertyDescriptor < String > TextColorRenderer. COLOR static PropertyDescriptor < String > XMLRenderer. ENCODING static PropertyDescriptor < String > IDEAJRenderer. FILE_NAME static PropertyDescriptor < Boolean > HTMLRenderer. HTML_EXTENSION static PropertyDescriptor < String > HTMLRenderer. LINK_PREFIX static PropertyDescriptor < String > YAHTMLRenderer. OUTPUT_DIR static PropertyDescriptor < String > IDEAJRenderer. SOURCE_PATH static PropertyDescriptor < String > XSLTRenderer. XSLT_FILENAME