public final class Compiler extends Object
Constructor and Description |
---|
Compiler(ExecutorService executor,
Writer reportingOutput,
Iterable<? extends org.revapi.Archive> classPath,
Iterable<? extends org.revapi.Archive> additionalClassPath) |
Modifier and Type | Method and Description |
---|---|
CompilationValve |
compile(ProbingEnvironment environment,
AnalysisConfiguration.MissingClassReporting missingClassReporting,
boolean ignoreMissingAnnotations,
boolean skipUseTracking,
Set<File> bootstrapClasspath) |
public Compiler(ExecutorService executor, Writer reportingOutput, Iterable<? extends org.revapi.Archive> classPath, Iterable<? extends org.revapi.Archive> additionalClassPath)
public CompilationValve compile(ProbingEnvironment environment, AnalysisConfiguration.MissingClassReporting missingClassReporting, boolean ignoreMissingAnnotations, boolean skipUseTracking, Set<File> bootstrapClasspath) throws Exception
Exception
Copyright © 2016 Lukas Krejci. All Rights Reserved.