public class ProgressOptions extends Object
| Constructor and Description |
|---|
ProgressOptions() |
| Modifier and Type | Method and Description |
|---|---|
NOptional<NLiteral> |
get(String k) |
Level |
getArmedLogLevel() |
NOptional<Boolean> |
getEnabled() |
boolean |
isArmedNewline() |
boolean |
isEnabled() |
static ProgressOptions |
of() |
ProgressOptions |
put(String k,
NLiteral e) |
ProgressOptions |
setEnabled(boolean enabled) |
public static ProgressOptions of()
public boolean isEnabled()
public boolean isArmedNewline()
public Level getArmedLogLevel()
public ProgressOptions put(String k, NLiteral e)
public ProgressOptions setEnabled(boolean enabled)
Copyright © 2025 vpc open source initiative. All rights reserved.