接口 GroovyCompilerConfiguration

    • 方法详细资料

      • isGuessImports

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

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

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

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

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