Package com.avoka.core.groovy.runtime
Class UnitTestSecureCompilerConfiguration
java.lang.Object
org.codehaus.groovy.control.CompilerConfiguration
com.avoka.core.groovy.runtime.SecureCompilerConfiguration
com.avoka.core.groovy.runtime.UnitTestSecureCompilerConfiguration
Provides a Unit Test Secure Compiler Configuration.
- Since:
- 5.1.4
-
Field Summary
Fields inherited from class org.codehaus.groovy.control.CompilerConfiguration
ALLOWED_JDKS, ASM_API_VERSION, DEFAULT, DEFAULT_SOURCE_ENCODING, GROOVYDOC, INVOKEDYNAMIC, JDK_TO_BYTECODE_VERSION_MAP, JDK10, JDK11, JDK12, JDK13, JDK14, JDK15, JDK16, JDK17, JDK4, JDK5, JDK6, JDK7, JDK8, JDK9, MEM_STUB, PARALLEL_PARSE, POST_JDK5, PRE_JDK5, RUNTIME_GROOVYDOC
-
Constructor Summary
ConstructorDescriptionConstructs a Unit Test Secure Compiler Configuration. -
Method Summary
Methods inherited from class com.avoka.core.groovy.runtime.SecureCompilerConfiguration
addImporWhiteList, addStarImporWhiteList, getPropertyList, getSecurityContext, setSecurityContext
Methods inherited from class org.codehaus.groovy.control.CompilerConfiguration
addCompilationCustomizers, configure, getBytecodePostprocessor, getClasspath, getCompilationCustomizers, getDebug, getDefaultScriptExtension, getDisabledGlobalASTTransformations, getJointCompilationOptions, getMinimumRecompilationInterval, getOptimizationOptions, getOutput, getParameters, getPluginFactory, getRecompileGroovySource, getScriptBaseClass, getScriptExtensions, getSourceEncoding, getTargetBytecode, getTargetDirectory, getTolerance, getVerbose, getWarningLevel, isGroovydocEnabled, isIndyEnabled, isPostJDK5, isPostJDK7, isPostJDK8, isPostJDK9, isPreviewFeatures, isRuntimeGroovydocEnabled, setBytecodePostprocessor, setClasspath, setClasspathList, setDebug, setDefaultScriptExtension, setDisabledGlobalASTTransformations, setJointCompilationOptions, setMinimumRecompilationInterval, setOptimizationOptions, setOutput, setParameters, setPluginFactory, setPreviewFeatures, setRecompileGroovySource, setScriptBaseClass, setScriptExtensions, setSourceEncoding, setTargetBytecode, setTargetDirectory, setTargetDirectory, setTolerance, setVerbose, setWarningLevel
-
Constructor Details
-
UnitTestSecureCompilerConfiguration
public UnitTestSecureCompilerConfiguration()Constructs a Unit Test Secure Compiler Configuration.
-