public abstract class AbstractNPushRepositoryCmd extends NRepositoryCmdBase<NPushRepositoryCmd> implements NPushRepositoryCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected NId |
id |
protected boolean |
offline |
protected String |
repository |
repo| Constructor and Description |
|---|
AbstractNPushRepositoryCmd(NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(NCmdLine cmdLine) |
List<String> |
getArgs() |
NId |
getId() |
String |
getRepository() |
boolean |
isOffline() |
NPushRepositoryCmd |
setArgs(List<String> args) |
NPushRepositoryCmd |
setArgs(String[] args) |
NPushRepositoryCmd |
setId(NId id) |
NPushRepositoryCmd |
setOffline(boolean offline) |
NPushRepositoryCmd |
setRepository(String repository) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitrunconfigureconfigure, configure, configureLastprotected NId id
protected boolean offline
protected String repository
public AbstractNPushRepositoryCmd(NRepository repo)
public boolean configureFirst(NCmdLine cmdLine)
configureFirst in interface NCmdLineConfigurableconfigureFirst in class NRepositoryCmdBase<NPushRepositoryCmd>public String getRepository()
getRepository in interface NPushRepositoryCmdpublic NPushRepositoryCmd setRepository(String repository)
setRepository in interface NPushRepositoryCmdpublic boolean isOffline()
isOffline in interface NPushRepositoryCmdpublic NPushRepositoryCmd setOffline(boolean offline)
setOffline in interface NPushRepositoryCmdpublic NPushRepositoryCmd setId(NId id)
setId in interface NPushRepositoryCmdpublic NId getId()
getId in interface NPushRepositoryCmdpublic List<String> getArgs()
getArgs in interface NPushRepositoryCmdpublic NPushRepositoryCmd setArgs(List<String> args)
setArgs in interface NPushRepositoryCmdpublic NPushRepositoryCmd setArgs(String[] args)
setArgs in interface NPushRepositoryCmdCopyright © 2025 vpc open source initiative. All rights reserved.