Uses of Class
com.google.testing.compile.Compiler
-
Uses of Compiler in com.google.testing.compile
Methods in com.google.testing.compile that return CompilerModifier and TypeMethodDescriptionCompilation.compiler()The compiler.static CompilerCompiler.compiler(JavaCompiler javaCompiler) Returns aCompilerthat uses a givenJavaCompilerinstance.static CompilerCompiler.javac()Returns thejavaccompiler.final CompilerCompiler.withAnnotationProcessorPath(Iterable<File> annotationProcessorPath) Uses the given annotation processor path for the compilation instead of the system annotation processor path.final CompilerCompiler.withClasspath(Iterable<File> classPath) Uses the given classpath for the compilation instead of the system classpath.final CompilerCompiler.withClasspathFrom(ClassLoader classloader) Deprecated.final CompilerCompiler.withOptions(Iterable<? extends Object> options) Passes command-line options to the compiler.final CompilerCompiler.withOptions(Object... options) Passes command-line options to the compiler.final CompilerCompiler.withProcessors(Iterable<? extends Processor> processors) Uses annotation processors during compilation.final CompilerCompiler.withProcessors(Processor... processors) Uses annotation processors during compilation.
Compiler.withClasspath(Iterable).