public abstract class AbstractDefaultNutsPushCommand extends NutsWorkspaceCommandBase<net.thevpc.nuts.NutsPushCommand> implements net.thevpc.nuts.NutsPushCommand
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<net.thevpc.nuts.NutsId> |
ids |
protected List<net.thevpc.nuts.NutsId> |
lockedIds |
protected boolean |
offline |
protected String |
repository |
session, ws| Constructor and Description |
|---|
AbstractDefaultNutsPushCommand(net.thevpc.nuts.NutsWorkspace ws) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NutsPushCommand |
addArg(String arg) |
net.thevpc.nuts.NutsPushCommand |
addArgs(Collection<String> args) |
net.thevpc.nuts.NutsPushCommand |
addArgs(String... args) |
net.thevpc.nuts.NutsPushCommand |
addId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsPushCommand |
addId(String id) |
net.thevpc.nuts.NutsPushCommand |
addIds(net.thevpc.nuts.NutsId... ids) |
net.thevpc.nuts.NutsPushCommand |
addIds(String... ids) |
net.thevpc.nuts.NutsPushCommand |
addLockedId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsPushCommand |
addLockedId(String id) |
net.thevpc.nuts.NutsPushCommand |
addLockedIds(net.thevpc.nuts.NutsId... values) |
net.thevpc.nuts.NutsPushCommand |
addLockedIds(String... values) |
net.thevpc.nuts.NutsPushCommand |
args(Collection<String> args) |
net.thevpc.nuts.NutsPushCommand |
clearArgs() |
net.thevpc.nuts.NutsPushCommand |
clearIds() |
net.thevpc.nuts.NutsPushCommand |
clearLockedIds() |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine) |
String[] |
getArgs() |
net.thevpc.nuts.NutsId[] |
getIds() |
net.thevpc.nuts.NutsId[] |
getLockedIds() |
String |
getRepository() |
boolean |
isOffline() |
net.thevpc.nuts.NutsPushCommand |
removeId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsPushCommand |
removeId(String id) |
net.thevpc.nuts.NutsPushCommand |
removeLockedId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.NutsPushCommand |
removeLockedId(String id) |
net.thevpc.nuts.NutsPushCommand |
setOffline(boolean offline) |
net.thevpc.nuts.NutsPushCommand |
setRepository(String repository) |
_LOG, _LOGOP, checkSession, configure, configure, copyFromWorkspaceCommandBase, copySession, getCommandName, getSession, getWorkspace, invalidateResult, setSession, setWsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprotected boolean offline
protected final List<net.thevpc.nuts.NutsId> ids
protected List<net.thevpc.nuts.NutsId> lockedIds
protected String repository
public AbstractDefaultNutsPushCommand(net.thevpc.nuts.NutsWorkspace ws)
public net.thevpc.nuts.NutsPushCommand addId(String id)
addId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addLockedId(String id)
addLockedId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addId(net.thevpc.nuts.NutsId id)
addId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand removeId(net.thevpc.nuts.NutsId id)
removeId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand removeId(String id)
removeId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand removeLockedId(net.thevpc.nuts.NutsId id)
removeLockedId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand removeLockedId(String id)
removeLockedId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addLockedId(net.thevpc.nuts.NutsId id)
addLockedId in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addIds(String... ids)
addIds in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addIds(net.thevpc.nuts.NutsId... ids)
addIds in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addLockedIds(String... values)
addLockedIds in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addLockedIds(net.thevpc.nuts.NutsId... values)
addLockedIds in interface net.thevpc.nuts.NutsPushCommandpublic String[] getArgs()
getArgs in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addArg(String arg)
addArg in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addArgs(String... args)
addArgs in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsId[] getIds()
getIds in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsId[] getLockedIds()
getLockedIds in interface net.thevpc.nuts.NutsPushCommandpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.NutsPushCommandpublic String getRepository()
getRepository in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand setRepository(String repository)
setRepository in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand args(Collection<String> args)
args in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand clearArgs()
clearArgs in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand clearIds()
clearIds in interface net.thevpc.nuts.NutsPushCommandpublic net.thevpc.nuts.NutsPushCommand clearLockedIds()
clearLockedIds in interface net.thevpc.nuts.NutsPushCommandpublic boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmdLine)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsWorkspaceCommandBase<net.thevpc.nuts.NutsPushCommand>Copyright © 2021 vpc open source initiative. All rights reserved.