Class JctCompilers

java.lang.Object
io.github.ascopes.jct.utils.UtilityClass
io.github.ascopes.jct.compilers.JctCompilers

public final class JctCompilers extends io.github.ascopes.jct.utils.UtilityClass
Helpers to create new compiler instances.
Since:
0.0.1
Author:
Ashley Scopes
  • Method Details

    • newPlatformCompiler

      Create a new instance of the default platform compiler that is part of the JDK (javac on OpenJDK-derived implementations).
      Returns:
      the compiler instance.
      Since:
      0.2.0