Uses of Record Class
de.firemage.autograder.core.errorprone.TempLocation
Packages that use TempLocation
Package
Description
-
Uses of TempLocation in de.firemage.autograder.core
Methods in de.firemage.autograder.core with parameters of type TempLocation -
Uses of TempLocation in de.firemage.autograder.core.compiler
Methods in de.firemage.autograder.core.compiler that return TempLocationModifier and TypeMethodDescriptionCompiler.tempLocation()Returns the value of thetempLocationrecord component.Constructors in de.firemage.autograder.core.compiler with parameters of type TempLocationModifierConstructorDescriptionCompiler(TempLocation tempLocation, JavaVersion javaVersion) Creates an instance of aCompilerrecord class. -
Uses of TempLocation in de.firemage.autograder.core.errorprone
Methods in de.firemage.autograder.core.errorprone that return TempLocationModifier and TypeMethodDescriptionTempLocation.createTempDirectory(String prefix) static TempLocationstatic TempLocationstatic TempLocationTempLocation.random()VMLauncher.tempLocation()Returns the value of thetempLocationrecord component.Methods in de.firemage.autograder.core.errorprone with parameters of type TempLocationModifier and TypeMethodDescriptionstatic VMLauncherVMLauncher.fromDefault(TempLocation tmpLocation) ErrorProneLinter.lint(UploadedFile file, TempLocation tempLocation, Iterable<? extends ErrorProneCheck> checks) Constructors in de.firemage.autograder.core.errorprone with parameters of type TempLocationModifierConstructorDescriptionVMLauncher(List<String> jvmArgs, TempLocation tempLocation, Optional<String> mainClassName) Creates an instance of aVMLauncherrecord class. -
Uses of TempLocation in de.firemage.autograder.core.file
Methods in de.firemage.autograder.core.file with parameters of type TempLocationModifier 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)