public abstract class AbstractNutsRepositoryUndeployCommand extends NutsRepositoryCommandBase<net.thevpc.nuts.spi.NutsRepositoryUndeployCommand> implements net.thevpc.nuts.spi.NutsRepositoryUndeployCommand
repo| Constructor and Description |
|---|
AbstractNutsRepositoryUndeployCommand(net.thevpc.nuts.NutsRepository repo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configureFirst(net.thevpc.nuts.NutsCommandLine cmd) |
net.thevpc.nuts.NutsId |
getId() |
String |
getRepository() |
boolean |
isOffline() |
boolean |
isTransitive() |
net.thevpc.nuts.spi.NutsRepositoryUndeployCommand |
setId(net.thevpc.nuts.NutsId id) |
net.thevpc.nuts.spi.NutsRepositoryUndeployCommand |
setOffline(boolean offline) |
net.thevpc.nuts.spi.NutsRepositoryUndeployCommand |
setRepository(String repository) |
net.thevpc.nuts.spi.NutsRepositoryUndeployCommand |
setTransitive(boolean transitive) |
checkSession, configure, configure, copyFromWorkspaceCommandBase, getCommandName, getFetchMode, getRepo, getSession, invalidateResult, run, setFetchMode, setSessionpublic AbstractNutsRepositoryUndeployCommand(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.NutsRepositoryUndeployCommand>public net.thevpc.nuts.NutsId getId()
getId in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic net.thevpc.nuts.spi.NutsRepositoryUndeployCommand setId(net.thevpc.nuts.NutsId id)
setId in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic String getRepository()
getRepository in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic net.thevpc.nuts.spi.NutsRepositoryUndeployCommand setRepository(String repository)
setRepository in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic net.thevpc.nuts.spi.NutsRepositoryUndeployCommand setOffline(boolean offline)
setOffline in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic boolean isTransitive()
isTransitive in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic net.thevpc.nuts.spi.NutsRepositoryUndeployCommand setTransitive(boolean transitive)
setTransitive in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandpublic boolean isOffline()
isOffline in interface net.thevpc.nuts.spi.NutsRepositoryUndeployCommandCopyright © 2021 vpc open source initiative. All rights reserved.