Package org.h2.util
Class SourceCompiler.GroovyCompiler
- java.lang.Object
-
- org.h2.util.SourceCompiler.GroovyCompiler
-
- Enclosing class:
- SourceCompiler
private static final class SourceCompiler.GroovyCompiler extends java.lang.Object
Access the Groovy compiler using reflection, so that we do not gain a compile-time dependency unnecessarily.
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.Throwable
INIT_FAIL_EXCEPTION
private static java.lang.Object
LOADER
-
Constructor Summary
Constructors Modifier Constructor Description private
GroovyCompiler()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Class<?>
parseClass(java.lang.String source, java.lang.String packageAndClassName)
-