Uses of Class
net.sourceforge.pmd.properties.StringProperty
-
Packages that use StringProperty Package Description net.sourceforge.pmd This is the PMD programming mistake detector.net.sourceforge.pmd.lang.rule net.sourceforge.pmd.properties net.sourceforge.pmd.renderers -
-
Uses of StringProperty in net.sourceforge.pmd
Fields in net.sourceforge.pmd declared as StringProperty Modifier and Type Field Description static StringPropertyRule. VIOLATION_SUPPRESS_REGEX_DESCRIPTORThe property descriptor to universally suppress violations with messages matching a regular expression.static StringPropertyRule. VIOLATION_SUPPRESS_XPATH_DESCRIPTORName 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 Modifier and Type Field Description static StringPropertyXPathRule. XPATH_DESCRIPTORDeprecated. -
Uses of StringProperty in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return StringProperty Modifier and Type Method Description StringPropertyStringProperty.StringPBuilder. build()Deprecated. -
Uses of StringProperty in net.sourceforge.pmd.renderers
Fields in net.sourceforge.pmd.renderers declared as StringProperty Modifier and Type Field Description static StringPropertyIDEAJRenderer. CLASS_AND_METHOD_NAMEstatic StringPropertyTextColorRenderer. COLORstatic StringPropertyXMLRenderer. ENCODINGstatic StringPropertyIDEAJRenderer. FILE_NAMEstatic StringPropertyHTMLRenderer. LINE_PREFIXstatic StringPropertyHTMLRenderer. LINK_PREFIXstatic StringPropertyYAHTMLRenderer. OUTPUT_DIRstatic StringPropertyIDEAJRenderer. SOURCE_PATHstatic StringPropertyXSLTRenderer. XSLT_FILENAME
-