Class PmdReport

    • Constructor Detail

      • PmdReport

        public PmdReport()
    • Method Detail

      • getName

        public java.lang.String getName​(java.util.Locale locale)
      • getDescription

        public java.lang.String getDescription​(java.util.Locale locale)
      • setRulesets

        public void setRulesets​(java.lang.String[] rulesets)
        Configures the PMD rulesets to be used directly. Note: Usually the rulesets are configured via the property.
        Parameters:
        rulesets - the PMD rulesets to be used.
        See Also:
        rulesets
      • getLocationTemp

        protected java.lang.String getLocationTemp​(java.lang.String name)
        Convenience method to get the location of the specified file name.
        Parameters:
        name - the name of the file whose location is to be resolved
        Returns:
        a String that contains the absolute file name of the file
      • getOutputName

        public java.lang.String getOutputName()