Class TreeExportConfiguration

    • Field Detail

      • reportFile

        protected Path reportFile
    • 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)
      • setMessageReporter

        public void setMessageReporter​(MessageReporter messageReporter)
      • getReportFile

        @Deprecated
        public String getReportFile()
        Deprecated.
        Get the file to which the report should render.
        Returns:
        The file to which to render.
      • getReportFilePath

        public Path getReportFilePath()
        Get the file to which the report should render.
        Returns:
        The file to which to render.
      • setReportFile

        @Deprecated
        public void setReportFile​(String reportFile)
        Deprecated.
        Set the file to which the report should render.
        Parameters:
        reportFile - the file to set
      • setReportFile

        public void setReportFile​(Path reportFile)
        Set the file to which the report should render.
        Parameters:
        reportFile - the file to set