Uses of Class
com.avoka.core.groovy.runtime.SecureCompilerConfiguration
-
Packages that use SecureCompilerConfiguration Package Description com.avoka.core.groovy.runtime Provides a Groovy Script runtime execution classes. -
-
Uses of SecureCompilerConfiguration in com.avoka.core.groovy.runtime
Subclasses of SecureCompilerConfiguration in com.avoka.core.groovy.runtime Modifier and Type Class Description class
UnitTestSecureCompilerConfiguration
Provides a Unit Test Secure Compiler Configuration.Constructors in com.avoka.core.groovy.runtime with parameters of type SecureCompilerConfiguration Constructor Description SecureGroovyCompiler(String script, ClassLoader classLoader, SecureCompilerConfiguration compilerConfig)
Create secure groovy compiler.SecureGroovyCompiler(String script, ClassLoader classLoader, SecureCompilerConfiguration compilerConfig, boolean cacheClassLoader)
Create secure groovy compiler.
-