public class NutsProgressUtils extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
NutsProgressUtils.MonitorType |
| Constructor and Description |
|---|
NutsProgressUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
acceptProgress(net.thevpc.nuts.NutsSession session) |
static net.thevpc.nuts.NutsProgressFactory |
createLogProgressMonitorFactory(NutsProgressUtils.MonitorType mt) |
static net.thevpc.nuts.NutsProgressMonitor |
createProgressMonitor(NutsProgressUtils.MonitorType mt,
Object source,
Object sourceOrigin,
net.thevpc.nuts.NutsSession session,
boolean logProgress,
boolean traceProgress,
net.thevpc.nuts.NutsProgressFactory progressFactory) |
static InputStream |
monitor(InputStream from,
Object source,
net.thevpc.nuts.NutsProgressMonitor monitor,
net.thevpc.nuts.NutsSession session) |
static InputStream |
monitor(InputStream from,
Object source,
net.thevpc.nuts.NutsString sourceName,
long length,
net.thevpc.nuts.NutsProgressMonitor monitor,
net.thevpc.nuts.NutsSession session) |
static InputStream |
monitor(URL from,
net.thevpc.nuts.NutsProgressMonitor monitor,
net.thevpc.nuts.NutsSession session) |
static ProgressOptions |
parseProgressOptions(net.thevpc.nuts.NutsSession session) |
public static ProgressOptions parseProgressOptions(net.thevpc.nuts.NutsSession session)
public static boolean acceptProgress(net.thevpc.nuts.NutsSession session)
public static InputStream monitor(URL from, net.thevpc.nuts.NutsProgressMonitor monitor, net.thevpc.nuts.NutsSession session)
public static InputStream monitor(InputStream from, Object source, net.thevpc.nuts.NutsString sourceName, long length, net.thevpc.nuts.NutsProgressMonitor monitor, net.thevpc.nuts.NutsSession session)
public static InputStream monitor(InputStream from, Object source, net.thevpc.nuts.NutsProgressMonitor monitor, net.thevpc.nuts.NutsSession session)
public static net.thevpc.nuts.NutsProgressFactory createLogProgressMonitorFactory(NutsProgressUtils.MonitorType mt)
public static net.thevpc.nuts.NutsProgressMonitor createProgressMonitor(NutsProgressUtils.MonitorType mt, Object source, Object sourceOrigin, net.thevpc.nuts.NutsSession session, boolean logProgress, boolean traceProgress, net.thevpc.nuts.NutsProgressFactory progressFactory)
Copyright © 2022 vpc open source initiative. All rights reserved.