public interface GroovyCompilerConfigurationGroovyCompiler の構成。| 修飾子と型 | フィールドと説明 |
|---|---|
static StringSE[] | DEFAULT_CLASSPATHclasspath がない場合に使用される定数。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
StringSE[] | getClasspath() ローカルリソースのクラスパスを返します。 |
ListSE<RepositoryConfiguration> | getRepositoryConfiguration() 依存関係を解決するためにコンパイラーが使用するリポジトリの構成を返します。 |
GroovyCompilerScope | getScope() コンパイラーが動作するスコープを返します。 |
boolean | isAutoconfigure() 自動構成変換を適用する必要がある場合は true を返します。 |
boolean | isGuessDependencies()jar の依存関係を推測する必要があるかどうかを返します。 |
boolean | isGuessImports() インポート宣言を推測する必要があるかどうかを返します。 |
boolean | isQuiet() クワイエットモードで実行している場合に戻ります。 |
GroovyCompilerScope getScope()
boolean isGuessImports()
true、それ以外の場合は falseboolean isGuessDependencies()
true、そうでない場合は falseboolean isAutoconfigure()
true、適用しない場合は falseStringSE[] getClasspath()
ListSE<RepositoryConfiguration> getRepositoryConfiguration()
boolean isQuiet()
true Copyright © 2018 Pivotal Software, Inc.. All rights reserved.