public abstract class AbstractNUpdateStats extends NWorkspaceCmdBase<NUpdateStats> implements NUpdateStats
| Constructor and Description |
|---|
AbstractNUpdateStats() |
| Modifier and Type | Method and Description |
|---|---|
NUpdateStats |
addPath(Path s) |
NUpdateStats |
addPaths(Collection<Path> all) |
NUpdateStats |
addPaths(Path... all) |
NUpdateStats |
addRepo(String s) |
NUpdateStats |
addRepos(Collection<String> all) |
NUpdateStats |
addRepos(String... all) |
NUpdateStats |
clearPaths() |
NUpdateStats |
clearRepos() |
boolean |
configureFirst(NCmdLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositories() |
NUpdateStats |
removePath(Path s) |
NUpdateStats |
removeRepo(String s) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, configure, of, runconfigure, configure, configureLastpublic NUpdateStats clearRepos()
clearRepos in interface NUpdateStatspublic NUpdateStats addRepo(String s)
addRepo in interface NUpdateStatspublic NUpdateStats removeRepo(String s)
removeRepo in interface NUpdateStatspublic NUpdateStats addRepos(String... all)
addRepos in interface NUpdateStatspublic NUpdateStats addRepos(Collection<String> all)
addRepos in interface NUpdateStatspublic String[] getRepositories()
public NUpdateStats clearPaths()
clearPaths in interface NUpdateStatspublic NUpdateStats addPath(Path s)
addPath in interface NUpdateStatspublic NUpdateStats removePath(Path s)
removePath in interface NUpdateStatspublic NUpdateStats addPaths(Path... all)
addPaths in interface NUpdateStatspublic NUpdateStats addPaths(Collection<Path> all)
addPaths in interface NUpdateStatspublic Path[] getPaths()
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NUpdateStats>Copyright © 2026 vpc open source initiative. All rights reserved.