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