public abstract class AbstractNPushRepositoryCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NPushRepositoryCmd> implements net.thevpc.nuts.spi.NPushRepositoryCmd
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
args |
protected net.thevpc.nuts.NId |
id |
protected boolean |
offline |
protected String |
repository |
repo| Constructor and Description |
|---|
AbstractNPushRepositoryCmd(net.thevpc.nuts.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
List<String> |
getArgs() |
net.thevpc.nuts.NId |
getId() |
String |
getRepository() |
boolean |
isOffline() |
net.thevpc.nuts.spi.NPushRepositoryCmd |
setArgs(List<String> args) |
net.thevpc.nuts.spi.NPushRepositoryCmd |
setArgs(String[] args) |
net.thevpc.nuts.spi.NPushRepositoryCmd |
setId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.spi.NPushRepositoryCmd |
setOffline(boolean offline) |
net.thevpc.nuts.spi.NPushRepositoryCmd |
setRepository(String repository) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModeprotected net.thevpc.nuts.NId id
protected boolean offline
protected String repository
public AbstractNPushRepositoryCmd(net.thevpc.nuts.NRepository repo)
public boolean configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine)
configureFirst in interface net.thevpc.nuts.cmdline.NCmdLineConfigurableconfigureFirst in class NRepositoryCmdBase<net.thevpc.nuts.spi.NPushRepositoryCmd>public String getRepository()
getRepository in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd setRepository(String repository)
setRepository in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic List<String> getArgs()
getArgs in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd setArgs(List<String> args)
setArgs in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd setArgs(String[] args)
setArgs in interface net.thevpc.nuts.spi.NPushRepositoryCmdCopyright © 2025 vpc open source initiative. All rights reserved.