public abstract class AbstractNutsUpdateStatisticsCommand extends NutsWorkspaceCommandBase<NutsUpdateStatisticsCommand> implements NutsUpdateStatisticsCommand
session, ws| Constructor and Description |
|---|
AbstractNutsUpdateStatisticsCommand(NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
NutsUpdateStatisticsCommand |
addPath(Path s) |
NutsUpdateStatisticsCommand |
addPaths(Collection<Path> all) |
NutsUpdateStatisticsCommand |
addPaths(Path... all) |
NutsUpdateStatisticsCommand |
addRepo(String s) |
NutsUpdateStatisticsCommand |
addRepos(Collection<String> all) |
NutsUpdateStatisticsCommand |
addRepos(String... all) |
NutsUpdateStatisticsCommand |
clearPaths() |
NutsUpdateStatisticsCommand |
clearRepos() |
boolean |
configureFirst(NutsCommandLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositrories() |
NutsUpdateStatisticsCommand |
removePath(Path s) |
NutsUpdateStatisticsCommand |
removeRepo(String s) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadd, configure, copySession, run, setSessiongetSessionconfigure, configureLastpublic AbstractNutsUpdateStatisticsCommand(NutsWorkspace ws)
public NutsUpdateStatisticsCommand clearRepos()
clearRepos in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addRepo(String s)
addRepo in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand removeRepo(String s)
removeRepo in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addRepos(String... all)
addRepos in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addRepos(Collection<String> all)
addRepos in interface NutsUpdateStatisticsCommandpublic String[] getRepositrories()
public NutsUpdateStatisticsCommand clearPaths()
clearPaths in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addPath(Path s)
addPath in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand removePath(Path s)
removePath in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addPaths(Path... all)
addPaths in interface NutsUpdateStatisticsCommandpublic NutsUpdateStatisticsCommand addPaths(Collection<Path> all)
addPaths in interface NutsUpdateStatisticsCommandpublic Path[] getPaths()
public boolean configureFirst(NutsCommandLine cmdLine)
configureFirst in interface NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<NutsUpdateStatisticsCommand>Copyright © 2021 vpc open source initiative. All rights reserved.