Uses of Interface
ca.cgjennings.apps.arkham.project.Compile.Compiler
-
Packages that use Compile.Compiler Package Description ca.cgjennings.apps.arkham.project -
-
Uses of Compile.Compiler in ca.cgjennings.apps.arkham.project
Methods in ca.cgjennings.apps.arkham.project that return Compile.Compiler Modifier and Type Method Description static Compile.Compiler
Compile. getCompiler()
Returns aCompile.Compiler
that can be used to compile Java source files, ornull
if none is available.Methods in ca.cgjennings.apps.arkham.project with parameters of type Compile.Compiler Modifier and Type Method Description static void
Compile. setCompiler(Compile.Compiler javac)
Explicitly sets the compiler implementation to use.
-