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.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkParameters() |
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.io.NInputSource |
getContent() |
net.thevpc.nuts.NDescriptor |
getDescriptor() |
net.thevpc.nuts.NId |
getId() |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(File content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(InputStream content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(net.thevpc.nuts.io.NInputSource content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(net.thevpc.nuts.io.NPath content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(Path content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setContent(URL content) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setDescriptor(net.thevpc.nuts.NDescriptor descriptor) |
net.thevpc.nuts.spi.NDeployRepositoryCmd |
setId(net.thevpc.nuts.NId id) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModepublic AbstractNDeployRepositoryCmd(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.NDeployRepositoryCmd>public net.thevpc.nuts.io.NInputSource getContent()
getContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(net.thevpc.nuts.io.NInputSource content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(net.thevpc.nuts.io.NPath content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(Path content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(URL content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(File content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setContent(InputStream content)
setContent in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.NDescriptor getDescriptor()
getDescriptor in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setDescriptor(net.thevpc.nuts.NDescriptor descriptor)
setDescriptor in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.spi.NDeployRepositoryCmdpublic net.thevpc.nuts.spi.NDeployRepositoryCmd setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.spi.NDeployRepositoryCmdprotected void checkParameters()
Copyright © 2025 vpc open source initiative. All rights reserved.