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.artifact.NId |
id |
protected boolean |
offline |
protected String |
repository |
repo| Constructor and Description |
|---|
AbstractNPushRepositoryCmd(net.thevpc.nuts.core.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
args() |
net.thevpc.nuts.spi.NPushRepositoryCmd |
args(List<String> args) |
net.thevpc.nuts.spi.NPushRepositoryCmd |
args(String[] args) |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.artifact.NId |
id() |
net.thevpc.nuts.spi.NPushRepositoryCmd |
id(net.thevpc.nuts.artifact.NId id) |
boolean |
isOffline() |
net.thevpc.nuts.spi.NPushRepositoryCmd |
offline(boolean offline) |
String |
repository() |
net.thevpc.nuts.spi.NPushRepositoryCmd |
repository(String repository) |
configure, fetchMode, fetchMode, getCommandName, getRepo, invalidateResult, runprotected net.thevpc.nuts.artifact.NId id
protected boolean offline
protected String repository
public AbstractNPushRepositoryCmd(net.thevpc.nuts.core.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 repository()
repository in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd repository(String repository)
repository in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd offline(boolean offline)
offline in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd id(net.thevpc.nuts.artifact.NId id)
id in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic List<String> args()
args in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd args(List<String> args)
args in interface net.thevpc.nuts.spi.NPushRepositoryCmdpublic net.thevpc.nuts.spi.NPushRepositoryCmd args(String[] args)
args in interface net.thevpc.nuts.spi.NPushRepositoryCmdCopyright © 2026 vpc open source initiative. All rights reserved.