public abstract class AbstractNUpdateStatsCmd extends NWorkspaceCmdBase<net.thevpc.nuts.NUpdateStatsCmd> implements net.thevpc.nuts.NUpdateStatsCmd
| Constructor and Description |
|---|
AbstractNUpdateStatsCmd(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NUpdateStatsCmd |
addPath(Path s) |
net.thevpc.nuts.NUpdateStatsCmd |
addPaths(Collection<Path> all) |
net.thevpc.nuts.NUpdateStatsCmd |
addPaths(Path... all) |
net.thevpc.nuts.NUpdateStatsCmd |
addRepo(String s) |
net.thevpc.nuts.NUpdateStatsCmd |
addRepos(Collection<String> all) |
net.thevpc.nuts.NUpdateStatsCmd |
addRepos(String... all) |
net.thevpc.nuts.NUpdateStatsCmd |
clearPaths() |
net.thevpc.nuts.NUpdateStatsCmd |
clearRepos() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositories() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
net.thevpc.nuts.NUpdateStatsCmd |
removePath(Path s) |
net.thevpc.nuts.NUpdateStatsCmd |
removeRepo(String s) |
_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultpublic AbstractNUpdateStatsCmd(net.thevpc.nuts.NWorkspace workspace)
public int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentgetSupportLevel in class NWorkspaceCmdBase<net.thevpc.nuts.NUpdateStatsCmd>public net.thevpc.nuts.NUpdateStatsCmd clearRepos()
clearRepos in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addRepo(String s)
addRepo in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd removeRepo(String s)
removeRepo in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addRepos(String... all)
addRepos in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addRepos(Collection<String> all)
addRepos in interface net.thevpc.nuts.NUpdateStatsCmdpublic String[] getRepositories()
public net.thevpc.nuts.NUpdateStatsCmd clearPaths()
clearPaths in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addPath(Path s)
addPath in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd removePath(Path s)
removePath in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addPaths(Path... all)
addPaths in interface net.thevpc.nuts.NUpdateStatsCmdpublic net.thevpc.nuts.NUpdateStatsCmd addPaths(Collection<Path> all)
addPaths in interface net.thevpc.nuts.NUpdateStatsCmdpublic 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.NUpdateStatsCmd>Copyright © 2025 vpc open source initiative. All rights reserved.