Class ProblemBenchmarksConfig

    • Constructor Detail

      • ProblemBenchmarksConfig

        public ProblemBenchmarksConfig()
    • Method Detail

      • setSolutionFileIOClass

        public void setSolutionFileIOClass​(Class<SolutionFileIO<?>> solutionFileIOClass)
      • getWriteOutputSolutionEnabled

        public Boolean getWriteOutputSolutionEnabled()
      • setWriteOutputSolutionEnabled

        public void setWriteOutputSolutionEnabled​(Boolean writeOutputSolutionEnabled)
      • getInputSolutionFileList

        public List<File> getInputSolutionFileList()
      • setInputSolutionFileList

        public void setInputSolutionFileList​(List<File> inputSolutionFileList)
      • getProblemStatisticEnabled

        public Boolean getProblemStatisticEnabled()
      • setProblemStatisticEnabled

        public void setProblemStatisticEnabled​(Boolean problemStatisticEnabled)
      • setProblemStatisticTypeList

        public void setProblemStatisticTypeList​(List<ProblemStatisticType> problemStatisticTypeList)
      • setSingleStatisticTypeList

        public void setSingleStatisticTypeList​(List<SingleStatisticType> singleStatisticTypeList)
      • visitReferencedClasses

        public void visitReferencedClasses​(Consumer<Class<?>> classVisitor)
        Description copied from class: AbstractConfig
        Call the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs). Required to create the bean factory in Quarkus.
        Specified by:
        visitReferencedClasses in class AbstractConfig<ProblemBenchmarksConfig>
        Parameters:
        classVisitor - The visitor of classes, never null. Can accept null instances of Class