Interface GroovyCompilerConfiguration

    • Method Detail

      • isGuessImports

        boolean isGuessImports()
        Returns if import declarations should be guessed.
        Returns:
        true if imports should be guessed, otherwise false
      • isGuessDependencies

        boolean isGuessDependencies()
        Returns if jar dependencies should be guessed.
        Returns:
        true if dependencies should be guessed, otherwise false
      • isAutoconfigure

        boolean isAutoconfigure()
        Returns true if auto-configuration transformations should be applied.
        Returns:
        true if auto-configuration transformations should be applied, otherwise false
      • getClasspath

        String[] getClasspath()
        Returns the classpath for local resources.
        Returns:
        a path for local resources
      • isQuiet

        boolean isQuiet()
        Returns if running in quiet mode.
        Returns:
        true if running in quiet mode