Uses of Class
com.karuslabs.elementary.Compiler
Packages that use Compiler
Package
Description
Contains low-level classes that facilitate compilation of Java source files and
subsequent mapping of the results.
-
Uses of Compiler in com.karuslabs.elementary
Methods in com.karuslabs.elementary that return CompilerModifier and TypeMethodDescriptionCompiler.classpath(ClassLoader loader) Adds the classpath of the givenClassLoaderas the compilation classpath.Compiler.classpath(Collection<File> files) Adds the given classpath as the compilation classpath.Compiler.currentClasspath()Adds the current classpath as the compilation classpath.static CompilerCreates a Java compiler.Adds the module and its transitive dependencies to the compilation classpath.Adds the given compiler options to thisCompiler.Compiler.options(Collection<String> options) Adds the given compiler options to thisCompiler.Compiler.processors(Collection<Processor> processors) Adds the given annotation processors to thisCompiler.Compiler.processors(Processor... processors) Adds the given annotation processors to thisCompiler.