public class DefaultNProgressMonitors extends Object implements net.thevpc.nuts.time.NProgressMonitors
| Constructor and Description |
|---|
DefaultNProgressMonitors() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.util.NOptional<net.thevpc.nuts.time.NProgressMonitor> |
currentMonitor() |
boolean |
isSilent(net.thevpc.nuts.time.NProgressMonitor monitor) |
net.thevpc.nuts.time.NProgressMonitor |
of(net.thevpc.nuts.time.NProgressHandler monitor) |
net.thevpc.nuts.time.NProgressMonitor |
of(net.thevpc.nuts.time.NProgressMonitor monitor) |
net.thevpc.nuts.time.NProgressMonitor |
ofErr() |
net.thevpc.nuts.time.NProgressMonitor |
ofErr(net.thevpc.nuts.text.NMsgTemplate messageFormat) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger() |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(Logger logger) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(long milliseconds) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.log.NLog logger) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.text.NMsgTemplate messageFormat,
Logger printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
Logger out) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
net.thevpc.nuts.log.NLog out) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.text.NMsgTemplate messageFormat,
net.thevpc.nuts.log.NLog log) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut() |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.text.NMsgTemplate messageFormat) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.text.NMsgTemplate message,
long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
PrintStream out) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(net.thevpc.nuts.text.NMsgTemplate messageFormat,
net.thevpc.nuts.io.NPrintStream printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(net.thevpc.nuts.text.NMsgTemplate messageFormat,
PrintStream printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(net.thevpc.nuts.io.NPrintStream printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(PrintStream printStream) |
net.thevpc.nuts.time.NProgressRunner |
ofRunner() |
net.thevpc.nuts.time.NProgressMonitor |
ofSilent() |
net.thevpc.nuts.time.NProgressMonitor[] |
ofSilent(int count) |
net.thevpc.nuts.time.NProgressMonitor |
ofSysErr() |
net.thevpc.nuts.time.NProgressMonitor |
ofSysErr(net.thevpc.nuts.text.NMsgTemplate messageFormat) |
net.thevpc.nuts.time.NProgressMonitor |
ofSysOut() |
public net.thevpc.nuts.time.NProgressRunner ofRunner()
ofRunner in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofSilent()
ofSilent in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.util.NOptional<net.thevpc.nuts.time.NProgressMonitor> currentMonitor()
currentMonitor in interface net.thevpc.nuts.time.NProgressMonitorspublic boolean isSilent(net.thevpc.nuts.time.NProgressMonitor monitor)
isSilent in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor[] ofSilent(int count)
ofSilent in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
Logger out)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
net.thevpc.nuts.log.NLog out)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut(long freq)
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut(net.thevpc.nuts.text.NMsgTemplate message,
long freq)
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut(net.thevpc.nuts.text.NMsgTemplate message,
long freq,
PrintStream out)
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofPrintStream(PrintStream printStream)
ofPrintStream in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofPrintStream(net.thevpc.nuts.text.NMsgTemplate messageFormat,
PrintStream printStream)
ofPrintStream in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofPrintStream(net.thevpc.nuts.io.NPrintStream printStream)
ofPrintStream in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofPrintStream(net.thevpc.nuts.text.NMsgTemplate messageFormat,
net.thevpc.nuts.io.NPrintStream printStream)
ofPrintStream in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.text.NMsgTemplate messageFormat,
Logger printStream)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.text.NMsgTemplate messageFormat,
net.thevpc.nuts.log.NLog log)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(Logger logger)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.log.NLog logger)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(long milliseconds)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger()
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut(net.thevpc.nuts.text.NMsgTemplate messageFormat)
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofSysOut()
ofSysOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofSysErr()
ofSysErr in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofSysErr(net.thevpc.nuts.text.NMsgTemplate messageFormat)
ofSysErr in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut()
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofErr()
ofErr in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofErr(net.thevpc.nuts.text.NMsgTemplate messageFormat)
ofErr in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor of(net.thevpc.nuts.time.NProgressHandler monitor)
of in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor of(net.thevpc.nuts.time.NProgressMonitor monitor)
of in interface net.thevpc.nuts.time.NProgressMonitorsCopyright © 2026 vpc open source initiative. All rights reserved.