Uses of Interface
net.sourceforge.pmd.properties.PropertySource
-
-
Uses of PropertySource in net.sourceforge.pmd.lang
Classes in net.sourceforge.pmd.lang that implement PropertySource Modifier and Type Class Description classJvmLanguagePropertyBundleBase properties class for JVM languages that use a classpath to resolve references.classLanguagePropertyBundleA bundle of properties used by languages (seeLanguage.newPropertyBundle()). -
Uses of PropertySource in net.sourceforge.pmd.lang.rule
Subinterfaces of PropertySource in net.sourceforge.pmd.lang.rule Modifier and Type Interface Description interfaceRuleThis is the basic Rule interface for PMD rules.Classes in net.sourceforge.pmd.lang.rule that implement PropertySource Modifier and Type Class Description classAbstractRuleBasic abstract implementation of all parser-independent methods of the Rule interface.classAbstractVisitorRuleclassRuleReferenceThis class represents a Rule which is a reference to Rule defined in another RuleSet. -
Uses of PropertySource in net.sourceforge.pmd.lang.rule.impl
Classes in net.sourceforge.pmd.lang.rule.impl that implement PropertySource Modifier and Type Class Description classUnnecessaryPmdSuppressionRuleA rule that reports unused suppression annotations and comments. -
Uses of PropertySource in net.sourceforge.pmd.lang.rule.xpath
Classes in net.sourceforge.pmd.lang.rule.xpath that implement PropertySource Modifier and Type Class Description classXPathRuleRule that tries to match an XPath expression against a DOM view of an AST. -
Uses of PropertySource in net.sourceforge.pmd.properties
Classes in net.sourceforge.pmd.properties that implement PropertySource Modifier and Type Class Description classAbstractPropertySourceBase class forPropertySource. -
Uses of PropertySource in net.sourceforge.pmd.renderers
Subinterfaces of PropertySource in net.sourceforge.pmd.renderers Modifier and Type Interface Description interfaceRendererThis is an interface for rendering a Report.Classes in net.sourceforge.pmd.renderers that implement PropertySource Modifier and Type Class Description classAbstractAccumulatingRendererAbstract base class forRendererimplementations which only produce output once all source files are processed.classAbstractIncrementingRendererAbstract base class forRendererimplementations which can produce output incrementally forRuleViolations as source files are processed.classAbstractRendererAbstract base class forRendererimplementations.classCodeClimateRendererRenderer for Code Climate JSON formatclassCSVRendererRenderer the results to a comma-delimited text format.classEmacsRendererRenderer to GNU Emacs parsable format.classEmptyRendererAn empty renderer, for when you really don't want a report.classHTMLRendererRenderer to basic HTML format.classIDEAJRendererRenderer for IntelliJ IDEA integration.classJsonRendererclassSarifRendererclassSummaryHTMLRendererRenderer to a summarized HTML format.classTextColorRendererA console renderer with color support for terminal supporting ansi color codes.classTextPadRendererA Renderer for running PMD via a TextPad 'tool'.classTextRendererRenderer to simple text format.classVBHTMLRendererRenderer to another HTML format.classXMLRendererRenderer to XML format.classXSLTRendererRenderer to XML format with a XSL Transformation applied.classYAHTMLRendererRenderer to another HTML format. -
Uses of PropertySource in net.sourceforge.pmd.util.treeexport
Methods in net.sourceforge.pmd.util.treeexport that return PropertySource Modifier and Type Method Description PropertySourceTreeRendererDescriptor. newPropertyBundle()Returns a new property bundle, that can be used to configure the output ofTreeRendererDescriptor.produceRenderer(PropertySource).Methods in net.sourceforge.pmd.util.treeexport with parameters of type PropertySource Modifier and Type Method Description TreeRendererTreeRendererDescriptor. produceRenderer(PropertySource properties)Builds a new renderer from the given properties.
-