Uses of Class
de.firemage.autograder.core.file.UploadedFile
Packages that use UploadedFile
Package
Description
-
Uses of UploadedFile in de.firemage.autograder.core
Methods in de.firemage.autograder.core with parameters of type UploadedFileModifier and TypeMethodDescriptionLinter.checkFile(UploadedFile file, Path tests, Collection<ProblemType> problemsToReport, Iterable<? extends Check> checks, Consumer<LinterStatus> statusConsumer) Linter.checkFile(UploadedFile file, Path tests, List<ProblemType> problemsToReport, Consumer<LinterStatus> statusConsumer) -
Uses of UploadedFile in de.firemage.autograder.core.cpd
Methods in de.firemage.autograder.core.cpd with parameters of type UploadedFile -
Uses of UploadedFile in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone with parameters of type UploadedFileModifier and TypeMethodDescriptionErrorProneLinter.lint(UploadedFile file, TempLocation tempLocation, Iterable<? extends ErrorProneCheck> checks) -
Uses of UploadedFile in de.firemage.autograder.core.file
Methods in de.firemage.autograder.core.file that return UploadedFileModifier and TypeMethodDescriptionstatic UploadedFileUploadedFile.build(SourceInfo source, TempLocation tmpLocation, Consumer<? super LinterStatus> statusConsumer, ClassLoader classLoader) static UploadedFileUploadedFile.build(Path file, JavaVersion version, TempLocation tmpLocation, Consumer<? super LinterStatus> statusConsumer, ClassLoader classLoader) -
Uses of UploadedFile in de.firemage.autograder.core.integrated
Constructors in de.firemage.autograder.core.integrated with parameters of type UploadedFile -
Uses of UploadedFile in de.firemage.autograder.core.pmd
Methods in de.firemage.autograder.core.pmd with parameters of type UploadedFileModifier and TypeMethodDescriptionPMDLinter.lint(UploadedFile file, List<PMDCheck> checks, ClassLoader classLoader) -
Uses of UploadedFile in de.firemage.autograder.core.spotbugs
Methods in de.firemage.autograder.core.spotbugs with parameters of type UploadedFileModifier and TypeMethodDescriptionSpotbugsLinter.lint(UploadedFile file, Path jar, List<SpotbugsCheck> checks) -
Uses of UploadedFile in de.firemage.autograder.core.visualize.structure
Constructors in de.firemage.autograder.core.visualize.structure with parameters of type UploadedFile