public class OptionSetGroovyCompilerConfiguration extends ObjectSE implements GroovyCompilerConfiguration
OptionSet
を GroovyCompilerConfiguration
として提示する単純なアダプタークラス。DEFAULT_CLASSPATH
修飾子 | コンストラクターと説明 |
---|---|
protected | OptionSetGroovyCompilerConfiguration(joptsimple.OptionSet optionSet, CompilerOptionHandler compilerOptionHandler) |
| OptionSetGroovyCompilerConfiguration(joptsimple.OptionSet optionSet, CompilerOptionHandler compilerOptionHandler, ListSE<RepositoryConfiguration> repositoryConfiguration) |
修飾子と型 | メソッドと説明 |
---|---|
StringSE[] | getClasspath() ローカルリソースのクラスパスを返します。 |
protected joptsimple.OptionSet | getOptions() |
ListSE<RepositoryConfiguration> | getRepositoryConfiguration() 依存関係を解決するためにコンパイラーが使用するリポジトリの構成を返します。 |
GroovyCompilerScope | getScope() コンパイラーが動作するスコープを返します。 |
boolean | isAutoconfigure() 自動構成変換を適用する必要がある場合は true を返します。 |
boolean | isGuessDependencies() jar の依存関係を推測する必要があるかどうかを返します。 |
boolean | isGuessImports() インポート宣言を推測する必要があるかどうかを返します。 |
boolean | isQuiet() クワイエットモードで実行している場合に戻ります。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE
protected OptionSetGroovyCompilerConfiguration(joptsimple.OptionSet optionSet, CompilerOptionHandler compilerOptionHandler)
public OptionSetGroovyCompilerConfiguration(joptsimple.OptionSet optionSet, CompilerOptionHandler compilerOptionHandler, ListSE<RepositoryConfiguration> repositoryConfiguration)
protected joptsimple.OptionSet getOptions()
public GroovyCompilerScope getScope()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の getScope
public boolean isGuessImports()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の isGuessImports
true
、それ以外の場合は false
public boolean isGuessDependencies()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の isGuessDependencies
true
、そうでない場合は false
public boolean isAutoconfigure()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の isAutoconfigure
true
、適用しない場合は false
public StringSE[] getClasspath()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の getClasspath
public ListSE<RepositoryConfiguration> getRepositoryConfiguration()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の getRepositoryConfiguration
public boolean isQuiet()
GroovyCompilerConfiguration
GroovyCompilerConfiguration
の isQuiet
true
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.