public abstract class AbstractNDeployRepositoryCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NDeployRepositoryCmd> implements net.thevpc.nuts.spi.NDeployRepositoryCmd
repo| Constructor and Description |
|---|
AbstractNDeployRepositoryCmd(net.thevpc.nuts.core.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkParameters() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.io.NInputSource |
content() |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(File content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(InputStream content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(net.thevpc.nuts.io.NInputSource content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(net.thevpc.nuts.io.NPath content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(Path content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
content(URL content) |
net.thevpc.nuts.artifact.NDescriptor |
descriptor() |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
descriptor(net.thevpc.nuts.artifact.NDescriptor descriptor) |
net.thevpc.nuts.artifact.NId |
id() |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
id(net.thevpc.nuts.artifact.NId id) |
configure, fetchMode, fetchMode, getCommandName, getRepo, invalidateResult, runpublic AbstractNDeployRepositoryCmd(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.NDeployRepositoryCmd>public net.thevpc.nuts.io.NInputSource content()
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(net.thevpc.nuts.io.NInputSource content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(net.thevpc.nuts.io.NPath content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(Path content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(URL content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(File content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd content(InputStream content)
content in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.artifact.NDescriptor descriptor()
descriptor in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd descriptor(net.thevpc.nuts.artifact.NDescriptor descriptor)
descriptor in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd id(net.thevpc.nuts.artifact.NId id)
id in interface net.thevpc.nuts.spi.NDeployRepositoryCmdprotected void checkParameters()
Copyright © 2026 vpc open source initiative. All rights reserved.