Configuration used for running an analyzing compiler (a compiler which can extract dependencies between source files and JARs).
An instance of an analyzing compiler that can run both javac + scalac.
Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler.
Define a private implementation of the static methods forwarded from ZincCompilerUtil.
Define helpers to create a wrapper around a Scala incremental compiler xsbti.compile.ScalaCompiler and a Java incremental compiler xsbti.compile.JavaCompiler. Note that the wrapper delegates to the implementation of both compilers and only instructs how to run a cycle of cross Java-Scala compilation.