public abstract class AbstractNRepositoryUndeployCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NRepositoryUndeployCmd> implements net.thevpc.nuts.spi.NRepositoryUndeployCmd
repo| Constructor and Description |
|---|
AbstractNRepositoryUndeployCmd(net.thevpc.nuts.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.NId |
getId() |
String |
getRepository() |
boolean |
isOffline() |
boolean |
isTransitive() |
net.thevpc.nuts.spi.NRepositoryUndeployCmd |
setId(net.thevpc.nuts.NId id) |
net.thevpc.nuts.spi.NRepositoryUndeployCmd |
setOffline(boolean offline) |
net.thevpc.nuts.spi.NRepositoryUndeployCmd |
setRepository(String repository) |
net.thevpc.nuts.spi.NRepositoryUndeployCmd |
setTransitive(boolean transitive) |
configure, getCommandName, getFetchMode, getRepo, invalidateResult, run, setFetchModepublic AbstractNRepositoryUndeployCmd(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.NRepositoryUndeployCmd>public net.thevpc.nuts.NId getId()
getId in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic net.thevpc.nuts.spi.NRepositoryUndeployCmd setId(net.thevpc.nuts.NId id)
setId in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic String getRepository()
getRepository in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic net.thevpc.nuts.spi.NRepositoryUndeployCmd setRepository(String repository)
setRepository in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic net.thevpc.nuts.spi.NRepositoryUndeployCmd setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic boolean isTransitive()
isTransitive in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic net.thevpc.nuts.spi.NRepositoryUndeployCmd setTransitive(boolean transitive)
setTransitive in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.spi.NRepositoryUndeployCmdCopyright © 2025 vpc open source initiative. All rights reserved.