|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.jet.config.CompilerConfiguration
public class CompilerConfiguration
| Constructor Summary | |
|---|---|
CompilerConfiguration()
|
|
| Method Summary | ||
|---|---|---|
|
add(CompilerConfigurationKey<java.util.List<T>> key,
T value)
|
|
|
addAll(CompilerConfigurationKey<java.util.List<T>> key,
java.util.Collection<T> values)
|
|
CompilerConfiguration |
copy()
|
|
|
get(CompilerConfigurationKey<T> key)
|
|
|
get(CompilerConfigurationKey<T> key,
T defaultValue)
|
|
|
getList(CompilerConfigurationKey<java.util.List<T>> key)
|
|
|
put(CompilerConfigurationKey<T> key,
T value)
|
|
void |
setReadOnly(boolean readOnly)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompilerConfiguration()
| Method Detail |
|---|
@Nullable
public <T> T get(@NotNull
CompilerConfigurationKey<T> key)
@NotNull
public <T> T get(@NotNull
CompilerConfigurationKey<T> key,
@NotNull
T defaultValue)
@NotNull
public <T> java.util.List<T> getList(@NotNull
CompilerConfigurationKey<java.util.List<T>> key)
public <T> void put(@NotNull
CompilerConfigurationKey<T> key,
@Nullable
T value)
public <T> void add(@NotNull
CompilerConfigurationKey<java.util.List<T>> key,
@NotNull
T value)
public <T> void addAll(@NotNull
CompilerConfigurationKey<java.util.List<T>> key,
@NotNull
java.util.Collection<T> values)
public CompilerConfiguration copy()
public void setReadOnly(boolean readOnly)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||