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() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
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.util.NMsgTemplate messageFormat) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger() |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(Logger printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(long milliseconds) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.util.NMsgTemplate messageFormat,
Logger printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.util.NMsgTemplate message,
long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofLogger(net.thevpc.nuts.util.NMsgTemplate message,
long freq,
Logger out) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut() |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.util.NMsgTemplate messageFormat) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.util.NMsgTemplate message,
long freq) |
net.thevpc.nuts.time.NProgressMonitor |
ofOut(net.thevpc.nuts.util.NMsgTemplate message,
long freq,
PrintStream out) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(net.thevpc.nuts.util.NMsgTemplate messageFormat,
net.thevpc.nuts.io.NPrintStream printStream) |
net.thevpc.nuts.time.NProgressMonitor |
ofPrintStream(net.thevpc.nuts.util.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.util.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.util.NMsgTemplate message,
long freq)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(net.thevpc.nuts.util.NMsgTemplate message,
long freq,
Logger 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.util.NMsgTemplate message,
long freq)
ofOut in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofOut(net.thevpc.nuts.util.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.util.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.util.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.util.NMsgTemplate messageFormat,
Logger printStream)
ofLogger in interface net.thevpc.nuts.time.NProgressMonitorspublic net.thevpc.nuts.time.NProgressMonitor ofLogger(Logger printStream)
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.util.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.util.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.util.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.NProgressMonitorspublic int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentCopyright © 2025 vpc open source initiative. All rights reserved.