public abstract class AbstractNutsDeployRepositoryCommand extends NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsDeployRepositoryCommand> implements net.thevpc.nuts.spi.NutsDeployRepositoryCommand
repo| Constructor and Description |
|---|
AbstractNutsDeployRepositoryCommand(net.thevpc.nuts.NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkParameters() |
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmd) |
Object |
getContent() |
net.thevpc.nuts.NutsDescriptor |
getDescriptor() |
net.thevpc.nuts.NutsId |
getId() |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setContent(File content) |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setContent(InputStream content) |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setContent(Path content) |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setContent(URL content) |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setDescriptor(net.thevpc.nuts.NutsDescriptor descriptor) |
net.thevpc.nuts.spi.NutsDeployRepositoryCommand |
setId(net.thevpc.nuts.NutsId id) |
checkSession, configure, configure, copyFromWorkspaceCommandBase, getCommandName, getFetchMode, getRepo, getSession, invalidateResult, run, setFetchMode, setSessionpublic AbstractNutsDeployRepositoryCommand(net.thevpc.nuts.NutsRepository repo)
public boolean configureFirst(net.thevpc.nuts.NutsCommandLine cmd)
configureFirst in interface net.thevpc.nuts.NutsCommandLineConfigurableconfigureFirst in class NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsDeployRepositoryCommand>public Object getContent()
getContent in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.NutsDescriptor getDescriptor()
getDescriptor in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setContent(Path content)
setContent in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setContent(URL content)
setContent in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setContent(File content)
setContent in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setContent(InputStream content)
setContent in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setDescriptor(net.thevpc.nuts.NutsDescriptor descriptor)
setDescriptor in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandpublic net.thevpc.nuts.spi.NutsDeployRepositoryCommand setId(net.thevpc.nuts.NutsId id)
setId in interface net.thevpc.nuts.spi.NutsDeployRepositoryCommandprotected void checkParameters()
Copyright © 2021 vpc open source initiative. All rights reserved.