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 |
|---|---|
List<String> |
args() |
NPushRepositoryCmd |
args(List<String> args) |
NPushRepositoryCmd |
args(String[] args) |
boolean |
configureFirst(NCmdLine cmdLine) |
NId |
id() |
NPushRepositoryCmd |
id(NId id) |
boolean |
isOffline() |
NPushRepositoryCmd |
offline(boolean offline) |
String |
repository() |
NPushRepositoryCmd |
repository(String repository) |
configure, fetchMode, fetchMode, getCommandName, getRepo, invalidateResult, runclone, 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 repository()
repository in interface NPushRepositoryCmdpublic NPushRepositoryCmd repository(String repository)
repository in interface NPushRepositoryCmdpublic boolean isOffline()
isOffline in interface NPushRepositoryCmdpublic NPushRepositoryCmd offline(boolean offline)
offline in interface NPushRepositoryCmdpublic NPushRepositoryCmd id(NId id)
id in interface NPushRepositoryCmdpublic NId id()
id in interface NPushRepositoryCmdpublic List<String> args()
args in interface NPushRepositoryCmdpublic NPushRepositoryCmd args(List<String> args)
args in interface NPushRepositoryCmdpublic NPushRepositoryCmd args(String[] args)
args in interface NPushRepositoryCmdCopyright © 2026 vpc open source initiative. All rights reserved.