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