public abstract class AbstractDefaultNPush extends NWorkspaceCmdBase<NPush> implements NPush
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected List<NId> |
ids |
protected List<NId> |
lockedIds |
protected boolean |
offline |
protected String |
repository |
| Constructor and Description |
|---|
AbstractDefaultNPush() |
| Modifier and Type | Method and Description |
|---|---|
NPush |
addArg(String arg) |
NPush |
addArgs(Collection<String> args) |
NPush |
addArgs(String... args) |
NPush |
addId(NId id) |
NPush |
addId(String id) |
NPush |
addIds(NId... ids) |
NPush |
addIds(String... ids) |
NPush |
addLockedId(NId id) |
NPush |
addLockedId(String id) |
NPush |
addLockedIds(NId... values) |
NPush |
addLockedIds(String... values) |
NPush |
args(Collection<String> args) |
NPush |
clearArgs() |
NPush |
clearIds() |
NPush |
clearLockedIds() |
boolean |
configureFirst(NCmdLine cmdLine) |
List<String> |
getArgs() |
List<NId> |
getIds() |
List<NId> |
getLockedIds() |
String |
getRepository() |
boolean |
isOffline() |
NPush |
removeId(NId id) |
NPush |
removeId(String id) |
NPush |
removeLockedId(NId id) |
NPush |
removeLockedId(String id) |
NPush |
setOffline(boolean offline) |
NPush |
setRepository(String repository) |
_LOG, configure, copyFromWorkspaceCommandBase, getCommandName, invalidateResultclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfigure, configure, configureLastprotected boolean offline
protected String repository
public NPush addLockedId(String id)
addLockedId in interface NPushpublic NPush removeLockedId(NId id)
removeLockedId in interface NPushpublic NPush removeLockedId(String id)
removeLockedId in interface NPushpublic NPush addLockedId(NId id)
addLockedId in interface NPushpublic NPush addLockedIds(String... values)
addLockedIds in interface NPushpublic NPush addLockedIds(NId... values)
addLockedIds in interface NPushpublic NPush addArgs(Collection<String> args)
public List<NId> getLockedIds()
getLockedIds in interface NPushpublic NPush setOffline(boolean offline)
setOffline in interface NPushpublic String getRepository()
getRepository in interface NPushpublic NPush setRepository(String repository)
setRepository in interface NPushpublic NPush args(Collection<String> args)
public NPush clearLockedIds()
clearLockedIds in interface NPushpublic boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NWorkspaceCmdBase<NPush>Copyright © 2026 vpc open source initiative. All rights reserved.