public abstract class AbstractNUpdateStatsCmd extends NWorkspaceCmdBase<NUpdateStatsCmd> implements NUpdateStatsCmd
CUSTOM_SCORE, DEFAULT_SCORE, UNSUPPORTED_SCORE| Constructor and Description |
|---|
AbstractNUpdateStatsCmd(NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
NUpdateStatsCmd |
addPath(Path s) |
NUpdateStatsCmd |
addPaths(Collection<Path> all) |
NUpdateStatsCmd |
addPaths(Path... all) |
NUpdateStatsCmd |
addRepo(String s) |
NUpdateStatsCmd |
addRepos(Collection<String> all) |
NUpdateStatsCmd |
addRepos(String... all) |
NUpdateStatsCmd |
clearPaths() |
NUpdateStatsCmd |
clearRepos() |
boolean |
configureFirst(NCmdLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositories() |
int |
getScore(NScorableContext context) |
NUpdateStatsCmd |
removePath(Path s) |
NUpdateStatsCmd |
removeRepo(String s) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, configure, of, runconfigure, configure, configureLastisValidScore, query, querypublic AbstractNUpdateStatsCmd(NWorkspace workspace)
public int getScore(NScorableContext context)
getScore in interface NComponentgetScore in interface NScorablegetScore in class NWorkspaceCmdBase<NUpdateStatsCmd>public NUpdateStatsCmd clearRepos()
clearRepos in interface NUpdateStatsCmdpublic NUpdateStatsCmd addRepo(String s)
addRepo in interface NUpdateStatsCmdpublic NUpdateStatsCmd removeRepo(String s)
removeRepo in interface NUpdateStatsCmdpublic NUpdateStatsCmd addRepos(String... all)
addRepos in interface NUpdateStatsCmdpublic NUpdateStatsCmd addRepos(Collection<String> all)
addRepos in interface NUpdateStatsCmdpublic String[] getRepositories()
public NUpdateStatsCmd clearPaths()
clearPaths in interface NUpdateStatsCmdpublic NUpdateStatsCmd addPath(Path s)
addPath in interface NUpdateStatsCmdpublic NUpdateStatsCmd removePath(Path s)
removePath in interface NUpdateStatsCmdpublic NUpdateStatsCmd addPaths(Path... all)
addPaths in interface NUpdateStatsCmdpublic NUpdateStatsCmd addPaths(Collection<Path> all)
addPaths in interface NUpdateStatsCmdpublic Path[] getPaths()
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUpdateStatsCmd>Copyright © 2025 vpc open source initiative. All rights reserved.