public abstract class AbstractNUpdateStats extends NWorkspaceCmdBase<net.thevpc.nuts.command.NUpdateStats> implements net.thevpc.nuts.command.NUpdateStats
| Constructor and Description |
|---|
AbstractNUpdateStats() |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.command.NUpdateStats |
addPath(Path s) |
net.thevpc.nuts.command.NUpdateStats |
addPaths(Collection<Path> all) |
net.thevpc.nuts.command.NUpdateStats |
addPaths(Path... all) |
net.thevpc.nuts.command.NUpdateStats |
addRepo(String s) |
net.thevpc.nuts.command.NUpdateStats |
addRepos(Collection<String> all) |
net.thevpc.nuts.command.NUpdateStats |
addRepos(String... all) |
net.thevpc.nuts.command.NUpdateStats |
clearPaths() |
net.thevpc.nuts.command.NUpdateStats |
clearRepos() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositories() |
net.thevpc.nuts.command.NUpdateStats |
removePath(Path s) |
net.thevpc.nuts.command.NUpdateStats |
removeRepo(String s) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultpublic net.thevpc.nuts.command.NUpdateStats clearRepos()
clearRepos in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addRepo(String s)
addRepo in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats removeRepo(String s)
removeRepo in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addRepos(String... all)
addRepos in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addRepos(Collection<String> all)
addRepos in interface net.thevpc.nuts.command.NUpdateStatspublic String[] getRepositories()
public net.thevpc.nuts.command.NUpdateStats clearPaths()
clearPaths in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addPath(Path s)
addPath in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats removePath(Path s)
removePath in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addPaths(Path... all)
addPaths in interface net.thevpc.nuts.command.NUpdateStatspublic net.thevpc.nuts.command.NUpdateStats addPaths(Collection<Path> all)
addPaths in interface net.thevpc.nuts.command.NUpdateStatspublic Path[] getPaths()
public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.command.NUpdateStats>Copyright © 2026 vpc open source initiative. All rights reserved.