public abstract class AbstractDefaultNPushCmd extends NWorkspaceCmdBase<net.thevpc.nuts.NPushCmd> implements net.thevpc.nuts.NPushCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<net.thevpc.nuts.NId> |
ids |
protected List<net.thevpc.nuts.NId> |
lockedIds |
protected boolean |
offline |
protected String |
repository |
| Constructor and Description |
|---|
AbstractDefaultNPushCmd(net.thevpc.nuts.NWorkspace workspace) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.nuts.NPushCmd |
addArg(String arg) |
net.thevpc.nuts.NPushCmd |
addArgs(Collection<String> args) |
net.thevpc.nuts.NPushCmd |
addArgs(String... args) |
net.thevpc.nuts.NPushCmd |
addId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NPushCmd |
addId(String id) |
net.thevpc.nuts.NPushCmd |
addIds(net.thevpc.nuts.NId... ids) |
net.thevpc.nuts.NPushCmd |
addIds(String... ids) |
net.thevpc.nuts.NPushCmd |
addLockedId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NPushCmd |
addLockedId(String id) |
net.thevpc.nuts.NPushCmd |
addLockedIds(net.thevpc.nuts.NId... values) |
net.thevpc.nuts.NPushCmd |
addLockedIds(String... values) |
net.thevpc.nuts.NPushCmd |
args(Collection<String> args) |
net.thevpc.nuts.NPushCmd |
clearArgs() |
net.thevpc.nuts.NPushCmd |
clearIds() |
net.thevpc.nuts.NPushCmd |
clearLockedIds() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
List<String> |
getArgs() |
List<net.thevpc.nuts.NId> |
getIds() |
List<net.thevpc.nuts.NId> |
getLockedIds() |
String |
getRepository() |
int |
getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context) |
boolean |
isOffline() |
net.thevpc.nuts.NPushCmd |
removeId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NPushCmd |
removeId(String id) |
net.thevpc.nuts.NPushCmd |
removeLockedId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.NPushCmd |
removeLockedId(String id) |
net.thevpc.nuts.NPushCmd |
setOffline(boolean offline) |
net.thevpc.nuts.NPushCmd |
setRepository(String repository) |
_LOG, _LOGOP, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultprotected boolean offline
protected final List<net.thevpc.nuts.NId> ids
protected List<net.thevpc.nuts.NId> lockedIds
protected String repository
public AbstractDefaultNPushCmd(net.thevpc.nuts.NWorkspace workspace)
public int getSupportLevel(net.thevpc.nuts.spi.NSupportLevelContext context)
getSupportLevel in interface net.thevpc.nuts.spi.NComponentgetSupportLevel in class NWorkspaceCmdBase<net.thevpc.nuts.NPushCmd>public net.thevpc.nuts.NPushCmd addId(String id)
addId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addLockedId(String id)
addLockedId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addId(net.thevpc.nuts.NId id)
addId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd removeId(net.thevpc.nuts.NId id)
removeId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd removeId(String id)
removeId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd removeLockedId(net.thevpc.nuts.NId id)
removeLockedId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd removeLockedId(String id)
removeLockedId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addLockedId(net.thevpc.nuts.NId id)
addLockedId in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addIds(String... ids)
addIds in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addIds(net.thevpc.nuts.NId... ids)
addIds in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addLockedIds(String... values)
addLockedIds in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addLockedIds(net.thevpc.nuts.NId... values)
addLockedIds in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addArg(String arg)
addArg in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addArgs(String... args)
addArgs in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd addArgs(Collection<String> args)
addArgs in interface net.thevpc.nuts.NPushCmdpublic List<net.thevpc.nuts.NId> getIds()
getIds in interface net.thevpc.nuts.NPushCmdpublic List<net.thevpc.nuts.NId> getLockedIds()
getLockedIds in interface net.thevpc.nuts.NPushCmdpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.NPushCmdpublic String getRepository()
getRepository in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd setRepository(String repository)
setRepository in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd args(Collection<String> args)
args in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd clearArgs()
clearArgs in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd clearIds()
clearIds in interface net.thevpc.nuts.NPushCmdpublic net.thevpc.nuts.NPushCmd clearLockedIds()
clearLockedIds in interface net.thevpc.nuts.NPushCmdpublic boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<net.thevpc.nuts.NPushCmd>Copyright © 2025 vpc open source initiative. All rights reserved.