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 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 Modifier and Type Field Description static StringProperty
XPathRule. XPATH_DESCRIPTOR
Deprecated. -
Uses of StringProperty in net.sourceforge.pmd.properties
Methods in net.sourceforge.pmd.properties that return StringProperty Modifier and Type Method Description StringProperty
StringProperty.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 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
-