Class GroovyStubConfiguration

java.lang.Object
org.codehaus.gmavenplus.model.GroovyStubConfiguration
All Implemented Interfaces:
Serializable

public class GroovyStubConfiguration extends Object implements Serializable
Holds configuration for Groovy stub generation.
Author:
Keegan Witt
See Also:
  • Constructor Details

    • GroovyStubConfiguration

      public GroovyStubConfiguration(Set<File> stubSources, List<?> classpath, File outputDirectory)
  • Method Details

    • getStubSources

      public Set<File> getStubSources()
    • getClasspath

      public List<?> getClasspath()
    • getOutputDirectory

      public File getOutputDirectory()
    • getIncludeClasspath

      public IncludeClasspath getIncludeClasspath()
    • setIncludeClasspath

      public void setIncludeClasspath(IncludeClasspath includeClasspath)
    • 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

      public String getSourceEncoding()
    • setSourceEncoding

      public void setSourceEncoding(String sourceEncoding)
    • getTargetBytecode

      public String getTargetBytecode()
    • setTargetBytecode

      public void setTargetBytecode(String targetBytecode)