public abstract class AbstractNUndeployRepositoryCmd extends NRepositoryCmdBase<net.thevpc.nuts.spi.NUndeployRepositoryCmd> implements net.thevpc.nuts.spi.NUndeployRepositoryCmd
repo| Constructor and Description |
|---|
AbstractNUndeployRepositoryCmd(net.thevpc.nuts.core.NRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.cmdline.NCmdLine cmdLine) |
net.thevpc.nuts.artifact.NId |
id() |
net.thevpc.nuts.spi.NUndeployRepositoryCmd |
id(net.thevpc.nuts.artifact.NId id) |
boolean |
isOffline() |
boolean |
isTransitive() |
net.thevpc.nuts.spi.NUndeployRepositoryCmd |
offline(boolean offline) |
String |
repository() |
net.thevpc.nuts.spi.NUndeployRepositoryCmd |
repository(String repository) |
net.thevpc.nuts.spi.NUndeployRepositoryCmd |
transitive(boolean transitive) |
configure, fetchMode, fetchMode, getCommandName, getRepo, invalidateResult, runpublic AbstractNUndeployRepositoryCmd(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.NUndeployRepositoryCmd>public net.thevpc.nuts.artifact.NId id()
id in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic net.thevpc.nuts.spi.NUndeployRepositoryCmd id(net.thevpc.nuts.artifact.NId id)
id in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic String repository()
repository in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic net.thevpc.nuts.spi.NUndeployRepositoryCmd repository(String repository)
repository in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic net.thevpc.nuts.spi.NUndeployRepositoryCmd offline(boolean offline)
offline in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic boolean isTransitive()
isTransitive in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic net.thevpc.nuts.spi.NUndeployRepositoryCmd transitive(boolean transitive)
transitive in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.spi.NUndeployRepositoryCmdCopyright © 2026 vpc open source initiative. All rights reserved.