public abstract class AbstractNutsUpdateStatisticsCommand extends NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUpdateStatisticsCommand> implements net.thevpc.nuts.NutsUpdateStatisticsCommand
session, ws| Constructor and Description |
|---|
AbstractNutsUpdateStatisticsCommand(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addPath(Path s) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addPaths(Collection<Path> all) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addPaths(Path... all) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addRepo(String s) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addRepos(Collection<String> all) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
addRepos(String... all) |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
clearPaths() |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
clearRepos() |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
Path[] |
getPaths() |
String[] |
getRepositrories() |
net.thevpc.nuts.NutsUpdateStatisticsCommand |
removePath(Path s) |
net.thevpc.nuts.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, waitpublic AbstractNutsUpdateStatisticsCommand(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsUpdateStatisticsCommand clearRepos()
clearRepos in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addRepo(String s)
addRepo in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand removeRepo(String s)
removeRepo in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addRepos(String... all)
addRepos in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addRepos(Collection<String> all)
addRepos in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic String[] getRepositrories()
public net.thevpc.nuts.NutsUpdateStatisticsCommand clearPaths()
clearPaths in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addPath(Path s)
addPath in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand removePath(Path s)
removePath in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addPaths(Path... all)
addPaths in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic net.thevpc.nuts.NutsUpdateStatisticsCommand addPaths(Collection<Path> all)
addPaths in interface net.thevpc.nuts.NutsUpdateStatisticsCommandpublic Path[] getPaths()
public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<net.thevpc.nuts.NutsUpdateStatisticsCommand>Copyright © 2021 vpc open source initiative. All rights reserved.