Uses of Class
net.sourceforge.pmd.lang.rule.properties.StringProperty

Packages that use StringProperty
net.sourceforge.pmd This is the PMD programming mistake detector. 
net.sourceforge.pmd.lang.rule   
net.sourceforge.pmd.renderers   
 

Uses of StringProperty in net.sourceforge.pmd
 

Fields in net.sourceforge.pmd declared as StringProperty
static StringProperty Rule.VIOLATION_SUPPRESS_REGEX_DESCRIPTOR
          The property descriptor to universally suppress violations with messages matching a regular expression.
static StringProperty Rule.VIOLATION_SUPPRESS_XPATH_DESCRIPTOR
          Name of the property to universally suppress violations on nodes which match a given relative XPath expression.
 

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

Fields in net.sourceforge.pmd.lang.rule declared as StringProperty
static StringProperty XPathRule.XPATH_DESCRIPTOR
           
 

Uses of StringProperty in net.sourceforge.pmd.renderers
 

Fields in net.sourceforge.pmd.renderers declared as StringProperty
static StringProperty IDEAJRenderer.CLASS_AND_METHOD_NAME
           
static StringProperty TextColorRenderer.COLOR
           
static StringProperty XMLRenderer.ENCODING
           
static StringProperty IDEAJRenderer.FILE_NAME
           
static StringProperty HTMLRenderer.LINE_PREFIX
           
static StringProperty HTMLRenderer.LINK_PREFIX
           
static StringProperty YAHTMLRenderer.OUTPUT_DIR
           
static StringProperty IDEAJRenderer.SOURCE_PATH
           
static StringProperty XSLTRenderer.XSLT_FILENAME
           
 



Copyright © 2002-2015 InfoEther. All Rights Reserved.