Class TreeExportConfiguration

    • Constructor Detail

      • TreeExportConfiguration

        public TreeExportConfiguration​(LanguageRegistry registry)
      • TreeExportConfiguration

        public TreeExportConfiguration()
    • Method Detail

      • getFormat

        public String getFormat()
      • getLanguage

        public Language getLanguage()
      • getProperties

        public Properties getProperties()
      • getFile

        public Path getFile()
      • getLanguageProperties

        public Properties getLanguageProperties()
      • isReadStdin

        public boolean isReadStdin()
      • setFormat

        public void setFormat​(String format)
      • setLanguage

        public void setLanguage​(Language language)
      • setProperties

        public void setProperties​(Properties properties)
      • setLanguageProperties

        public void setLanguageProperties​(Properties properties)
      • setFile

        public void setFile​(Path file)
      • setReadStdin

        public void setReadStdin​(boolean readStdin)
      • getMessageReporter

        public PmdReporter getMessageReporter()
      • setMessageReporter

        public void setMessageReporter​(PmdReporter messageReporter)
      • getRelativizeRoots

        public List<Path> getRelativizeRoots()
        Description copied from class: AbstractConfiguration
        Returns the paths used to shorten paths output in the report.
        • If the list is empty, then paths are not touched
        • If the list is non-empty, then source file paths are relativized with all the items in the list. The shortest of these relative paths is taken as the display name of the file.
        Overrides:
        getRelativizeRoots in class AbstractConfiguration