Package org.codehaus.gmavenplus.model
Class GroovyCompileConfiguration
java.lang.Object
org.codehaus.gmavenplus.model.GroovyCompileConfiguration
- All Implemented Interfaces:
Serializable
Holds configuration for Groovy compilation.
- Author:
- Keegan Witt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyCompileConfiguration(Set<File> sources, List<?> classpath, File compileOutputDirectory) -
Method Summary
Modifier and TypeMethodDescriptionList<?> intintbooleanisDebug()booleanbooleanbooleanbooleanbooleanvoidsetConfigScript(File configScript) voidsetDebug(boolean debug) voidsetIncludeClasspath(IncludeClasspath includeClasspath) voidsetInvokeDynamic(boolean invokeDynamic) voidsetParallelParsing(Boolean parallelParsing) voidsetParameters(boolean parameters) voidsetPreviewFeatures(boolean previewFeatures) voidsetSkipBytecodeCheck(boolean skipBytecodeCheck) voidsetSourceEncoding(String sourceEncoding) voidsetTargetBytecode(String targetBytecode) voidsetTolerance(int tolerance) voidsetVerbose(boolean verbose) voidsetWarningLevel(int warningLevel)
-
Constructor Details
-
GroovyCompileConfiguration
-
-
Method Details
-
getSources
-
getClasspath
-
getCompileOutputDirectory
-
getIncludeClasspath
-
setIncludeClasspath
-
isSkipBytecodeCheck
public boolean isSkipBytecodeCheck() -
setSkipBytecodeCheck
public void setSkipBytecodeCheck(boolean skipBytecodeCheck) -
isDebug
public boolean isDebug() -
setDebug
public void setDebug(boolean debug) -
isVerbose
public boolean isVerbose() -
setVerbose
public void setVerbose(boolean verbose) -
getWarningLevel
public int getWarningLevel() -
setWarningLevel
public void setWarningLevel(int warningLevel) -
getTolerance
public int getTolerance() -
setTolerance
public void setTolerance(int tolerance) -
isInvokeDynamic
public boolean isInvokeDynamic() -
setInvokeDynamic
public void setInvokeDynamic(boolean invokeDynamic) -
getParallelParsing
-
setParallelParsing
-
getConfigScript
-
setConfigScript
-
isParameters
public boolean isParameters() -
setParameters
public void setParameters(boolean parameters) -
isPreviewFeatures
public boolean isPreviewFeatures() -
setPreviewFeatures
public void setPreviewFeatures(boolean previewFeatures) -
getSourceEncoding
-
setSourceEncoding
-
getTargetBytecode
-
setTargetBytecode
-