Package org.codehaus.gmavenplus.model
Class GroovyStubConfiguration
java.lang.Object
org.codehaus.gmavenplus.model.GroovyStubConfiguration
- All Implemented Interfaces:
Serializable
Holds configuration for Groovy stub generation.
- Author:
- Keegan Witt
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyStubConfiguration(Set<File> stubSources, List<?> classpath, File outputDirectory) -
Method Summary
Modifier and TypeMethodDescriptionList<?> intintbooleanisDebug()booleanbooleanvoidsetDebug(boolean debug) voidsetIncludeClasspath(IncludeClasspath includeClasspath) voidsetSkipBytecodeCheck(boolean skipBytecodeCheck) voidsetSourceEncoding(String sourceEncoding) voidsetTargetBytecode(String targetBytecode) voidsetTolerance(int tolerance) voidsetVerbose(boolean verbose) voidsetWarningLevel(int warningLevel)
-
Constructor Details
-
GroovyStubConfiguration
-
-
Method Details
-
getStubSources
-
getClasspath
-
getOutputDirectory
-
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) -
getSourceEncoding
-
setSourceEncoding
-
getTargetBytecode
-
setTargetBytecode
-