|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jetbrains.kotlin.config.CompilerConfiguration
public class CompilerConfiguration
| Field Summary | |
|---|---|
static CompilerConfiguration |
EMPTY
|
| 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)
|
|
boolean |
getBoolean(CompilerConfigurationKey<java.lang.Boolean> key)
|
|
|
getList(CompilerConfigurationKey<java.util.List<T>> key)
|
|
|
getMap(CompilerConfigurationKey<java.util.Map<K,V>> key)
|
|
|
getNotNull(CompilerConfigurationKey<T> key)
|
|
boolean |
isReadOnly()
|
|
|
put(CompilerConfigurationKey<java.util.Map<K,V>> configurationKey,
K key,
V value)
|
|
|
put(CompilerConfigurationKey<T> key,
T value)
|
|
void |
setReadOnly(boolean readOnly)
|
|
java.lang.String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static CompilerConfiguration EMPTY
| 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> T getNotNull(@NotNull
CompilerConfigurationKey<T> key)
public boolean getBoolean(@NotNull
CompilerConfigurationKey<java.lang.Boolean> key)
@NotNull
public <T> java.util.List<T> getList(@NotNull
CompilerConfigurationKey<java.util.List<T>> key)
@NotNull
public <K,V> java.util.Map<K,V> getMap(@NotNull
CompilerConfigurationKey<java.util.Map<K,V>> key)
public <T> void put(@NotNull
CompilerConfigurationKey<T> key,
@NotNull
T value)
public <T> void add(@NotNull
CompilerConfigurationKey<java.util.List<T>> key,
@NotNull
T value)
public <K,V> void put(@NotNull
CompilerConfigurationKey<java.util.Map<K,V>> configurationKey,
@NotNull
K key,
@NotNull
V 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)
public boolean isReadOnly()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||