public static class CodeException.TweakingCodeException extends TweakingContext<Boolean>
| Modifier and Type | Field and Description |
|---|---|
ConcurrentHashMap<String,Boolean> |
tweakCode |
| Constructor and Description |
|---|
TweakingCodeException(boolean initDefault) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
current(@Nullable CodeEnum code) |
boolean |
current(@Nullable String code) |
void |
resetCode(@NotNull CodeEnum code) |
void |
resetCode(@NotNull String code) |
void |
tweakCode(@NotNull CodeEnum code,
boolean stack) |
void |
tweakCode(@NotNull String code,
boolean stack) |
current, defaultValue, globalValue, initDefault, initDefault, initGlobal, initGlobal, initThread, initThread, resetGlobal, resetThread, threadValue, tweakGlobal, tweakGlobal, tweakThread, tweakThreadpublic final ConcurrentHashMap<String,Boolean> tweakCode
public boolean current(@Nullable
@Nullable String code)
public boolean current(@Nullable
@Nullable CodeEnum code)
public void tweakCode(@NotNull
@NotNull String code,
boolean stack)
public void tweakCode(@NotNull
@NotNull CodeEnum code,
boolean stack)
public void resetCode(@NotNull
@NotNull String code)
public void resetCode(@NotNull
@NotNull CodeEnum code)
Copyright © 2024. All rights reserved.